easystate 1.0.3
easystate: ^1.0.3 copied to clipboard
The simplest and the easist state manager for Flutter.
Changelog #
1.0.3 ChangeNotifier #
- Refactor. Minor code improvement.
1.0.2 ChangeNotifier #
- Refactor. Easystate is now built upon ChangeNotifier. Rxdart has been removed.
1.0.1 Typo #
- Typo fix on document.
1.0.0 2020. 12. 08. #
- Easystate goes stable.
- rxdart dependency update.
0.1.6 2020. 10. 18. #
- Document has updated.
0.1.5 2020. 10. 18. #
- Typo fix.
0.1.4 2020. 10. 04. #
- The model container does not contain two same type of model.
- Documentation update.
0.1.3 2020. 10. 01. #
- doc - documentation update. No functional change.
0.1.2 2020. 09. 30. #
- doc - documentation updated by
dartfmt -w .
0.1.1 2020. 09. 30. #
- change -
EasyBuilder
now delivers the instance of model instead of steam snapshot.
0.1.0 2020. 09. 30. #
- new -
EasyState
is now working with generic class type. - new - get instance of the model with
EasyState.get<T>
.
0.0.14 2020. 09. 28. #
- bug fix.
null
error
0.0.13 2020. 09. 26. #
- No functional change.
- Update more examples on the documentation.
0.0.12 2020. 09. 26. #
- Updating documentation.
- Add experimental
EasyBuilder
widget.
0.0.11 2020. 09. 20. #
- Document update with
dartfmt -w .
0.0.10 2020. 09. 20. #
- Typo correction
0.0.9 2020. 09. 20. #
- Typo correction
0.0.8 2020. 09. 20. #
- Update documentation. Change Korean to English.
0.0.7 2020. 09. 20. #
- Update documentation.
0.0.6 2020. 09. 20. #
- Fix to make it easy to use
0.0.4 2020. 09. 19. #
- Documentation update.
0.0.3 2020. 09. 18. #
- The state works based on rxdart.
0.0.1 2020. 09. 18. #
- First release.