binder 0.4.0 copy "binder: ^0.4.0" to clipboard
binder: ^0.4.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.4.0 #

Added #

  • Null safety support.

0.3.1 #

Fixed #

  • Issue when watching a computed which uses an overriden ref of ref.
  • Flutter upper bound.

0.3.0 #

Fixed #

  • Issue when watching a computed which uses an overriden ref multiple times.

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 a StateRef.

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.
69
likes
110
pub points
59%
popularity

Publisher

verified publisherromainrastel.com

A lightweight, yet powerful way to bind your application state with your business logic.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (LICENSE)

Dependencies

collection, flutter, meta

More

Packages that depend on binder