binder 0.2.0 binder: ^0.2.0 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.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.