- Migrated package to NullSafety
- Upstreamed some changes from flutter lib
-
Implemented new animation logic using Animated Builder
- More performant approach as flutter engine handles the color animation transition.
- Colors now gradually transit from each other instead of instant transition.
- No updation of state.
- Colors now match the google color accents.
- Refactored code.
-
Upstreamed changes from flutter
-
Enable configuring minHeight for LinearProgressIndicator and update default to match spec https://github.com/flutter/flutter/commit/fc77aea34eec02f3625863614a96148de93c0649
-
Make CircularProgressIndicator's animation match native https://github.com/flutter/flutter/commit/e5bd2b3d556ab393e93167070edefe11122c5d39
-
- Added ColoredRefreshIndicator and a modified refresh progress indicator from flutter's source.
- Updated example app.
- Added example app.
- Initial release.