property_change_notifier 0.3.0 property_change_notifier: ^0.3.0 copied to clipboard
A drop-in replacement for ChangeNotifier for observing only certain properties of a model.
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