fleet 0.2.0 fleet: ^0.2.0 copied to clipboard
An animation Framework for Flutter. It is state-based, declarative, extensible, composable and easy to use.
0.2.0 #
Note: This release has breaking changes.
- FIX: support scheduling transactions while building (#35). (0cb5d90c)
- FIX: give local transaction the highest precedence (#33). (c0737c44)
- BREAKING FEAT: turn
SetStateWithAnimationExtension
intoAnimatingStateMixin
for proper ordering of state changes (#34). (6bc4079a) - BREAKING FEAT: require
animation
andvalue
forAnimated
(#32). (93205068) - BREAKING FEAT: rename
setStateWithAnimation
tosetStateWithAnimationAsync
andwithAnimation
towithAnimationAsync
(#26). (23606ef4)
0.1.3+1 #
0.1.3 #
0.1.2 #
0.1.1 #
0.1.0 #
- Initial release