simplified_flutter_animations 1.0.0+1
simplified_flutter_animations: ^1.0.0+1 copied to clipboard
An easy way to create basic animations for Widgets when they appear. No messing with AnimationControllers, just pass a Builder and you are ready.
0.0.3 #
- Released basic prototype
0.0.4 #
- Convert to null-safety
0.0.5 #
- Added optional status listener
0.0.6 #
- Added optional status listener
0.0.8 #
- Added fade transtition
0.0.9 #
- Rename FadeTransition to GenericFadeTransition to eliminate naming collisions
0.0.10 #
- Rename FadeTransition to GenericFadeTransition to eliminate naming collisions
1.0.0 #
- BREAKING: Change method signature of GenericFadeTransition to conform with the rest of the package