You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We could then deprecate ProviderBase in favour of Provider itself.
The benefit of such change is that it enables folks to easily add extension methods to providers/ref, while having access to .future/.notifier when it makes sense.
This avoids having to introduce interfaces for "Providers with a .notifier or .future property"
The text was updated successfully, but these errors were encountered:
It would be significantly helpful if the core providers subclassed each-others:
We could then deprecate
ProviderBase
in favour ofProvider
itself.The benefit of such change is that it enables folks to easily add extension methods to providers/ref, while having access to
.future
/.notifier
when it makes sense.This avoids having to introduce interfaces for "Providers with a
.notifier
or.future
property"The text was updated successfully, but these errors were encountered: