- Enable null safety for this package.
- Migrate from deprecated InheritedWidget methods to new implementations
inheritFromWidgetOfExactType
>dependOnInheritedWidgetOfExactType
ancestorInheritedElementForWidgetOfExactType
>getElementForInheritedWidgetOfExactType
- Thanks to Kate Lovett and Kevin Moore!
- Fix changelog
- Deprecated the
ModelBuilder
class. UseAnimatedBuilder
instead, which works with any listenable. - Ship 1.0, since core functionality has been stable for quite some time.
- 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
- Thanks to @passsy for the contributions!
- Model cannot be null
- Model now implements Listenable
- Improve Docs
- Improve tests
- Move to github
- Initial version