frideos_light 0.5.0
frideos_light: ^0.5.0 copied to clipboard
Library for state management, timing widgets, animations, effects (blur, transitions) and misc.
0.5.0 (21-06-19) #
- Updated to frideos_core 0.5.0
- Updated to RxDart 0.22.0
0.4.3 (11-05-19) #
- Updated to frideos_core 0.4.4.
- Added the parameter
initAppState(set totrueby default) to theAppStateProviderwidget. Setting it tofalsetheinitmethod of theAppStateModelderived class passed to theappStateparameter won't be called to theinitStatemethod of theAppStateProvider. - Bugfix to the
LinearTransitionwidget. - Bugfix to the
Blurwidgets. - Update README.md: added more examples.
0.4.2+1 (23-03-19) #
-
Updated the README.md: added a new example app (a Todo app).
-
Package refactoring: in the example folder there is now a simple example of a counter implemented with this library (the previous examples in this repository).
-
Code refactoring.
0.4.2 (19-03-19) #
- Breaking change: the name of the parameter
streamof theValueBuilderwas changed tostreamedto highlight this is intended to use along the classes that implement theStreamedObjectinterface. - Code refactoring
- Tests updated
README.mdupdated