Flutter Festival Flutter Animations Session App

0 0

Source Code for the App Used in The Flutter Festival Saudi Arabia Session

Inside The App

Home Page

  1. Implicit Animations: Animations that do not need an AnimationController
    1. Built-in animation widgets (AnimatedContainer, AnimatedOpacity, ..etc)
    2. Custom animation widgets with TweenAnimationBuilder
  2. Explicit Animations: more complex but customizable animations that use an AnimationController
    1. Built-in widgets that use AnimationController (Transition widgets)
    2. Advanced custom animation widgets that use an AnimationController (AnimatedWidget & AnimatedBuilder)

1.1 Implicit Animations – Built-In Widgets

Examples using the following widgets:

  1. AnimatedContainer
  2. AnimatedPositioned (or AnimatedPositionedDirectional)
  3. AnimatedDefaultTextStyle
  4. AnimatedAlign
  5. AnimatedOpacity

1.2 Implicit Animations – Custom

Using the TweenAnimationBuilder widget

2.1 Explicit Animations – Built-in Widgets

Examples using the following widgets

  1. RotationTransition
  2. SizeTransition
  3. AlignTransition

2.2 Explicit Animations – Custom

Using AnimatedBuilder & AnimatedWidget

GitHub

View Github

Happy
Happy
0 %
Sad
Sad
0 %
Excited
Excited
0 %
Sleepy
Sleepy
0 %
Angry
Angry
0 %
Surprise
Surprise
0 %

Average Rating

5 Star
0%
4 Star
0%
3 Star
0%
2 Star
0%
1 Star
0%

Deja una respuesta

Entrada anterior Helps to turn some popular widgets into Neumorphism style
Entrada siguiente Open Source Listening Experience Training App Built With Flutter