riverpod_community_extensions 3.0.0 copy "riverpod_community_extensions: ^3.0.0" to clipboard
riverpod_community_extensions: ^3.0.0 copied to clipboard

Extends Riverpod ref types with additional helpers, to easily add common functionalities to your providers.

3.0.0 #

  • feat: Support for Riverpod 3!

  • BREAKING: cacheDataFor cannot be used on FutureProvider. Instead use it on AsyncNotifier.

  • BREAKING: refreshWhenNetworkAvailable cannot be used on FutureProvider. Instead use it on AsyncNotifier.

Some extensions that were previously available on FutureProvider are now only usable inside AsyncNotifier. This is due to the fact that Ref does not take a generic type parameter anymore. See:

2.0.0 #

First stable release of riverpod_community_extension. Compatible with riverpod 2.

All extensions are now usable on Ref instead of AutoDisposeFutureProviderRef and AutoDisposeRef.

0.1.0+1 #

  • feat: initial release 🎉

0.1.1 #

  • doc: fix readme formatting
24
likes
160
points
1.27k
downloads

Publisher

verified publisherbam.tech

Weekly Downloads

Extends Riverpod ref types with additional helpers, to easily add common functionalities to your providers.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

connectivity_plus, flutter, riverpod

More

Packages that depend on riverpod_community_extensions