scoped_model 1.0.0
scoped_model: ^1.0.0 copied to clipboard
A Widget that passes a Reactive Model to all of it's children
Changelog #
0.3.0 #
- Add constraint for Dart SDK (>=2.0.0-dev-28.0 <3.0.0)
- Update / add lots of docs
- Expose the
ModelLister
publicly, renamed toModelBuilder
- Add helpful error message if model could not be found
0.2.0 #
- Thanks to @passsy for the contributions!
- Model cannot be null
- Model now implements Listenable
- Improve Docs
- Improve tests
0.1.1 #
- Move to github
0.1.0 #
- Initial version