hydro 0.0.3
hydro: ^0.0.3 copied to clipboard
A simple, fast state management & service container solution for Flutter, without acrobatics.
0.0.3 #
- fix static-analysis warning of calling
setStateoutside a subclass offlutter/widgets.dart. - new static method
dispose. - refactoring method
update. - removed unnecessary generic type notation from
Hydroabstract class. - updated
/example. - added warning log messages in debug mode.
0.0.2 #
- skip
statescleaning when refreshing the UI. - fix some linting issues.
0.0.1-beta1 #
- Initial release.