Skip to content

Releases: devkabiir/inheritable

v1.0.0

05 May 20:43
v1.0.0
5f31b65
Compare
Choose a tag to compare

v1.0.0-beta.1

27 Mar 17:42
v1.0.0-beta.1
380c538
Compare
Choose a tag to compare
v1.0.0-beta.1 Pre-release
Pre-release
  • Switch to NNBD (Dart 2.12)

v1.0.0-dev.1

16 Jan 13:27
v1.0.0-dev.1
1730edb
Compare
Choose a tag to compare
v1.0.0-dev.1 Pre-release
Pre-release
  • First public release
  • Introduce Inheritable, Allows access to immutable value or selective
    aspects. Only notifies dependents if the selected aspect changes.
  • Introduce Inheritable.mutable, Allows access to immutable/mutable value or
    selective aspects. Allows updating the value provided by it. Compatible with
    Inheritable.of(context) usage.