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