treeed_flutter 0.1.1
treeed_flutter: ^0.1.1 copied to clipboard
Treeed state manager for Flutter.
0.1.1 #
- Add loadables:
LoadableValueunion that built with a dart's OOP functionality. It's variants are theGot,LoadingandFailure;- Bindings by
.bindand.valueOrmethods, also matchable with a switch expression; - Extension methods for
TreeedStatefor short creating a loadable value container:.tsLoadableFailableand.tsLoadable;
- Minor fixes;
- Add example (in
/exampledirectory); - Add extension for creating
TreeedObservableeasily by.observablemethod.
0.1.0 #
- Add docs;
TreeedWidgetmixin for flutter'sState.
0.0.4 #
TreeedObservablewidget;TreeedAnimatedObservablewidget;
0.0.1 #
- Initial version.