dart_super 1.4.7 dart_super: ^1.4.7 copied to clipboard
Reactive state management framework for scalable dart applications.
1.4.7 #
- Disabled logging by default;
1.4.6 #
- Fixed issue where SuperConsumer widget wasn't rebuilt on loading state change
1.4.5 #
- Code Optimizations
1.4.4 #
- New: AutoDispose can now be set for each individual dependency in Super.create and Super.init.
1.4.3 #
- Fixed Warning: The parameter type of '==' operators should not be non-nullable.
1.4.2 #
- Breaking change: .result method no longer included in the api
1.4.2-dev.1 #
- v1.4.2 pre release
1.4.1 #
- Minor Update
1.4.0 #
- New
warning
property forSuper.log()
1.3.9 #
- Update Documentation
1.3.8 #
- Minor code optimizations
1.3.7 #
- RxNotifier
watch
method renamed toinitial
. - Minor code optimizations
1.3.6 #
- Minor code optimizations
1.3.5 #
- issue #3 Added fix to use Rx collections with flutter SuperBuilder widget.
- fixed RxWatch bug in which the callback is not called unless a stopWhen value is provided.
1.3.4 #
- Update README.md
1.3.3 #
- Api corrections
1.3.2 #
- Update README.md
1.3.0 #
- Main Release
1.2.9-dev.1 #
- Dart classes abstraction from flutter