You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
samples/animations
John Ryan 349ca7bc6f
add TweenSequence sample (#127)
5 years ago
..
android Add animation samples (#118) 5 years ago
assets Add animation samples (#118) 5 years ago
ios Add animation samples (#118) 5 years ago
lib add TweenSequence sample (#127) 5 years ago
test Add animation samples (#118) 5 years ago
.gitignore Add animation samples (#118) 5 years ago
.metadata Add animation samples (#118) 5 years ago
README.md Add animation samples (#118) 5 years ago
pubspec.lock Add animation samples (#118) 5 years ago
pubspec.yaml Add animation samples (#118) 5 years ago

README.md

Animation Samples

Sample apps that showcasing Flutter's animation features

Goals

  • Demonstrate the building blocks for animations and how they work together
  • Provide samples for common patterns and use-cases

Samples

Basics

Building blocks and patterns

AnimationControllerDemo Demonstrates how to use an AnimationController.

Misc

Other uses-cases and examples

ExpandCardDemo Demonstrates how to use AnimatedCrossFade to fade between two widgets and change the size.

Other Resources