remote_state 2.0.0
remote_state: ^2.0.0 copied to clipboard
Tools for mapping data from remote sources in Dart, similar to Elm's RemoteData.
Unreleased #
2.0.0 - 2021-03-04 #
1.0.0 - 2020-05-05 #
Added #
- add flutter_hooks example.
- add docs for state predicates
- updated examples
- removed empty, added stacktrace to error, added predicates
Changed #
- state notifier hook per suggestions.
Documented #
- removed
empty
from docs
BREAKING CHANGE #
empty is no longer supported because it is not considered a valid remote state.
0.18.0 - 2020-04-21 #
0.17.0 - 2020-04-21 #
0.14.0 - 2020-04-21 #
Added #
- git-chglog configuration
- add script to prepare release
- add publish github action
- add code coverage
- add more tests & coverage
- add github action to build packages
- add bloc example
- add provider example
Changed #
- add name to coverage step
- same text styles in examples
- simplify examples
- rename state notifier example to counter_state_notifier
- move remote_state into packages & example into examples
- remove android & ios generated files
- use StateNotifier instead of ValueNotifier
Fixed #
- update working directory in github action
Removed #
- flutter dependency remote_state package