riverpod 0.2.0 copy "riverpod: ^0.2.0" to clipboard
riverpod: ^0.2.0 copied to clipboard

outdated

A simple way to access state from anywhere in your application while robust and being testable.

0.2.0 #

  • ref.read is renamed as ref.dependOn
  • Deprecated ref.dependOn(streamProvider).stream and ref.dependOn(futureProvider).future in favor of a universal ref.dependOn(provider).value.
  • added ref.read(provider), syntax sugar for ref.dependOn(provider).value.

0.1.0 #

Initial release

3174
likes
0
pub points
98%
popularity

Publisher

verified publisherdash-overflow.net

A simple way to access state from anywhere in your application while robust and being testable.

Homepage

License

unknown (LICENSE)

Dependencies

collection, freezed_annotation, meta, state_notifier

More

Packages that depend on riverpod