better_value_notifier 1.0.0 copy "better_value_notifier: ^1.0.0" to clipboard
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, and SetNotifier expose mutate(...) 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.
0
likes
160
points
136
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Typed ValueNotifier wrappers, mutation-aware collection notifiers, and reactive helpers for Flutter.

Repository (GitHub)
View/report issues

Topics

#flutter #listenable #notifier #value-notifier

License

MIT (license)

Dependencies

flutter

More

Packages that depend on better_value_notifier