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
setState
outside a subclass offlutter/widgets.dart
. - new static method
dispose
. - refactoring method
update
. - removed unnecessary generic type notation from
Hydro
abstract class. - updated
/example
. - added warning log messages in debug mode.
0.0.2 #
- skip
states
cleaning when refreshing the UI. - fix some linting issues.
0.0.1-beta1 #
- Initial release.