binder 0.2.3 binder: ^0.2.3 copied to clipboard
A lightweight, yet powerful way to bind your application state with your business logic.
Change Log #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased #
0.2.3 #
Fixed #
- Issue when modifying state from a child scope.
0.2.2 #
Added #
LogicLoader
to asynchronoulsy load data from your logic when this widget is inserted into the tree.
0.2.1 #
Modified #
BuildContext.read()
can be called with any watchable, not only aStateRef
.
0.2.0 #
Added #
Consumer
widget used to watch one watchable.
Modified #
Watchable
has now only one generic type.
0.1.5 #
Modified #
- Only calls
Aspect.shouldRebuild
when necessary.
0.1.4 #
Fixed #
flutter analyze
issue.
0.1.3 #
Fixed #
- Memory leak issue when using
select
.
0.1.2 #
Added #
- Test coverage badge.
0.1.1 #
Fixed #
- Broken image links in README.
0.1.0 #
Added #
- Initial release.