impulse_flutter 0.8.0
impulse_flutter: ^0.8.0 copied to clipboard
Minimalist state management and dependency injection.
0.8.0 #
- Updated dependency on
impulseintroducing breaking changes.
0.7.0 #
- Updated dependency on
impulseintroducing breaking changes - Added
AsyncBuilder, renamedResultSelectortoAsyncSelector
0.6.3 #
- added
ResultBuilderwidget
0.6.2 #
- updated dependency constraints
0.6.1 #
- updated example and documentation
- bumped version to match version of other packages
0.6.0 #
- Bumped dependency package versions.
- Jumped versions to sync up with the other packages
0.4.0 #
- Made
context.readuse get theStoreScopewidget instead of depending. - Renamed named argument
selectortoselectinSelectorwidget.
0.3.1 #
- Fixed a bug in context.read debug assertion.
0.3.0 #
- Removed ref extensions, use context extensions instead.
- Renamed context extension
bindtouse. - Added an assert to check if an object is left dangling after instantiation through
read
0.2.1 #
- Added
ResultSelectorwidget to select result fields on registered objects. allowing you to easily build loading/error states.
0.2.0 #
- Documentation overhaul.
impulsepackage version bump.- Renamed
oftobind. - Renamed
peektoread. - Added
Selectorwidget. - Added
StoreScope.ofstatic method to get theStoreinstance.
0.1.1 #
- Minor readme improvements
StoreScopenow wont reset the store if it was given as a construction parameter.- Bumped
impulsepackage version number
0.1.0 #
- Initial version.