fleet 0.5.0+1 fleet: ^0.5.0+1 copied to clipboard
An animation Framework for Flutter. It is state-based, declarative, extensible, composable and easy to use.
0.5.0 #
0.4.0 #
Note: This release has breaking changes.
- REFACTOR: restructure source files and categories (#47). (12daa157)
- FEAT: add
fleet_imports
package (#51). (8a93e9d0) - FEAT: add
FleetFlex
and related widgets (#50). (4525bb91) - FEAT: add
UniformPadding
(#46). (a33f4d89) - FEAT: make
AnimatableRenderObjectWidget
work withInheritedWidget
s (#45). (677060d5) - FEAT: add
AnimatableStatelessWidget
(#44). (fd949360) - FEAT: add extension-based widget API (#41). (8c3d283b)
- FEAT: support always animating state changes with
Animated
(#40). (4d2533e4) - BREAKING REFACTOR: use
Fleet
as the prefix for Flutter drop-in replacements (#48). (fe20ceb5) - BREAKING FEAT: remove
AnimatableState(Mixin)?
(#49). (6996c597) - BREAKING FEAT: support making
RenderObjectWidget
s animatable (#43). (adf9fb01) - BREAKING FEAT: upgrade SDK constraints (#42). (5e4d611a)
0.3.0 #
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