riverpie 0.5.0
riverpie: ^0.5.0 copied to clipboard
A tiny state management library for Flutter. Inspired by Riverpod.
0.5.0 #
- feat:
RiverpieScope.defaultfor global access toref - feat:
ref.streamfor manual stream access - feat:
ref.watch(myProvider, rebuildWhen: (prev, next) => ...)for more control over when to rebuild - feat: use
ensureRefwithininitStateforrefaccess within initialization logic - BREAKING: removed
ref.listen, useref.watch(myProvider, listener: (prev, next) => ...)instead
0.4.0 #
- BREAKING:
Consumerdoes not have achildanymore, useExpensiveConsumerinstead
0.3.0 #
- feat: add
FutureProvider
0.2.0 #
- feat: introduction of
PureNotifier, aNotifierwithout access toref - BREAKING: add
refas parameter to every provider - BREAKING: change
ref.notifytoref.notifier
0.1.1 #
- docs: update README.md
0.1.0 #
- Initial release