All notable changes to this project will be documented in this file.
- Upgraded to dart 2.17
- Removed some -now useless- bash operators
- Migrate to null safety
- Update minimum dart SDK version to 2.12.0
- Change
RaisedButton to ElevationButton in example
- Fix deprecated call to
ancestorWidgetOfExactType (method has been removed from Flutter 2.0) #34 #29
- Fix call to
setState after dispose in AnimationLimiter #9 #15 #24 #31
- Add
curve parameter for animations #21 #22
- #1 Do not forward animation after dispose
- Remove misleading usage of staggeredList instead of staggeredGrid in GridView sample
- Example app to show the use of the library
- Static analysis configuration
- Fix all static analysis info and errors