Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 1.08 KB

README.md

File metadata and controls

16 lines (11 loc) · 1.08 KB

flutter_animation_guide

A tutorial in app format with interactive examples to show how Animations can be done in flutter, and when you can use each type.

What will I learn in this repository?

  • Implicit Animations
  • How to use TweenAnimationBuilder and create your custom implicit animations
  • Control your animations explicitelly using AnimationController and Explicit Animations
  • Use Hero Animation to animate a widget when navigating from one screen to another.
  • Bring life to your Adobe After Effects animation to Flutter using Lottie

demo-app1 demo_app2

Contributions

The initial page of the application will contain an exclusive area for contributions where you can create your examples applying animations in flutter and make a pull request for this repository, in order to create a gallery of animation examples for community use and consultation.