simple_animations 1.3.8 simple_animations: ^1.3.8 copied to clipboard
Create awesome animations. Simplified. Well documented. With many examples.
1.3.8 #
- Integrated app example into main repository:
example/example_app
1.3.7 #
- This release contains fixes requested by the Flutter Ecosystem Committee:
- Added API documentation and improved test coverage
- Accidentally public method
LoopTask.finishIteration(Duration)
is now private. Instead you can use public APIs ofAnimationControllerX
to control the tasks. - Accidentally public method
AnimationControllerX.completeCurrentTask()
is now private. Instead you can useAnimationControllerX.forceCompleteCurrentTask()
.
1.3.6 #
- Fixed bug in type generics
1.3.5 #
- Preparations for avoiding implicit casting
1.3.4 #
- Fixed documentation: missing line about manual creation of AnimationControllerX
1.3.1 - 1.3.3 #
- Upgraded to Flutter 1.7 and Dart 2.4
1.3.0 #
- Upgraded to Flutter 1.5 and Dart 2.3
New features #
AnimationControllerX
a new, powerful AnimationControllerAnimationControllerMixin
to easily setup AnimationControllerX- 5 types of
AnimationTask
s to use for AnimationControllerX
1.2.0 #
New features #
Rendering
a widget for building of continuous animationsAnimationProgress
a utility class that helps you withDuration
-based Animations
1.1.1 #
- Fixed strange effect when rebuilding a
ControlledAnimation
withplayback
set toPlayback.MIRROR