Releases: jinyus/dart_beacon
Releases · jinyus/dart_beacon
v1.0.0
v0.45.2
v0.45.1
v0.45.0
What's Changed
-
[Feat] Add
ValueNotifier.toBeacon()
which converts aValueNotifier
to aWritableBeacon
. All changes to the notifier are reflected in the beacon and vice versa. -
[Feat] Add
TextEditingBeacon
which is a beacon that wraps aTextEditingController
. All changes to the controller are reflected in the beacon and vice versa.lite_ref (0.7.0):
- [Breaking] The
overrides
property ofLiteRefScope
is now aSet<ScopedRef>
instead of aList<ScopedRef>
.
- [Breaking] The
Commits: v0.44.5...v0.45.0
v0.44.5
What's Changed
- Add optional synchronous parameter to observe method by @jinyus in #99
- Add idle() method to FutureBeacon by @jinyus in #100
- Add github search example by @jinyus in #101
- remove platform specific folders for examples by @jinyus in #102
- Add creation hook to BeaconGroup by @jinyus in #103
Full Changelog: v0.44.1...v0.44.5
v0.44.1
v0.44.0
v0.43.0
Full Changelog: v0.42.1...v0.43.0
- [Fix] Update lite_ref dependency and add flutter dependency constraint