property_change_notifier 0.4.0 copy "property_change_notifier: ^0.4.0" to clipboard
property_change_notifier: ^0.4.0 copied to clipboard

A drop-in replacement for ChangeNotifier for observing only certain properties of a model.

0.4.0 #

  • Updated minimum Dart SDK to 3.0.0
  • PropertyChangeNotifier can now be used as a mixin without causing compiler errors
  • Assert that listeners do not call dispose() #20 thanks to @Kantino777
  • Updated linter version and implemented suggested fixes
  • Regenerated example project to use latest Flutter template

0.3.0 #

  • Added null safety
  • Added convenience classes to use when property names are of type String
  • Switched to use flutter_lints

0.2.0 #

  • Updated PropertyChangeProvider to detect all properties changed in the current build frame

0.1.5 #

  • Updated tests and example project

0.1.4 #

  • Readme updates

0.1.3 #

  • Fixed package declaration

0.1.2 #

  • Updated package structure

0.1.1 #

  • Removed readme from example project

0.1.0 #

  • Initial Open Source release
55
likes
150
pub points
90%
popularity

Publisher

verified publishermartinrybak.com

A drop-in replacement for ChangeNotifier for observing only certain properties of a model.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on property_change_notifier