Skip to content

v0.45.0

Compare
Choose a tag to compare
@jinyus jinyus released this 03 Apr 23:20
· 19 commits to main since this release

What's Changed

  • [Feat] Add ValueNotifier.toBeacon() which converts a ValueNotifier to a WritableBeacon. All changes to the notifier are reflected in the beacon and vice versa.

  • [Feat] Add TextEditingBeacon which is a beacon that wraps a TextEditingController. All changes to the controller are reflected in the beacon and vice versa.

    lite_ref (0.7.0):

    • [Breaking] The overrides property of LiteRefScope is now a Set<ScopedRef> instead of a List<ScopedRef>.

Commits: v0.44.5...v0.45.0