full_context 1.0.2
full_context: ^1.0.2 copied to clipboard
Intuitive state management via Context. With FullContext you still need Providers and Builders to instantiate and display states, but management can all be done through Context
1.0.2 #
- Improves Dart compatibility.
1.0.1 #
- Provide documentation.
- Export only public code.
1.0.0 #
- Refactor the entire package.
0.5.0 #
- Add FCInit.
- Remove Maps.
- Remove Events.
0.4.2 #
- Add seed state in Controller.
0.4.1 #
- Add initial state on Builder.
0.4.0 #
- Add Null Handlers in Builder and Consumer.
- Add Errors Handlers in Builder, Listener and Consumer.
0.3.1 #
- Add BuildContext in Map.
0.3.0 #
- Merge Widgets with InitWidgets.
- Modify FullContext:
- Add After Init.
- Add Child.
0.2.1 #
- Invert Changelog.
- Export Init Widgets.
0.2.0 #
- Export Events.
- Add Init Widgets.
0.1.0 #
- Add Events.
- Remove FCBuildStream.
- Change FCBuilder to FCBuildStream.
0.0.2 #
- Update description.
0.0.1 #
- Creates the core.