better_value_notifier 1.0.0-dev.1
better_value_notifier: ^1.0.0-dev.1 copied to clipboard
Typed ValueNotifier wrappers, extensions, and builder widgets for Flutter.
1.0.0-dev.1 #
Added #
- Initial prerelease of
better_value_notifier. - Typed notifier wrappers for primitive values, collections, and common Flutter types.
- Contract-driven tests covering deep mutation, eager callback mutation boundaries, reactive extensions, and widget rebuild behavior.
Changed #
- Collection notifiers now own their internal collection state instead of aliasing the source collection.
ListNotifier,MapNotifier, andSetNotifierexposemutate(...)as an explicit notification boundary for nested and in-place mutation.- Eager callback-based collection methods now refresh after execution so inner mutations done inside those callbacks are observable.