better_value_notifier 1.0.0
better_value_notifier: ^1.0.0 copied to clipboard
Typed ValueNotifier wrappers, mutation-aware collection notifiers, and reactive helpers for Flutter.
1.0.0 #
Added #
- Initial stable package release for
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 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 refresh after execution so inner mutations done inside those callbacks are observable.