1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-10 14:58:34 +00:00
Files
samples/animations
John Ryan 349ca7bc6f add TweenSequence sample (#127)
* Add TweenSequence sample

* rename to TweenSequenceDemo

* add copyright headers

* remote type

* introduce animated builder earlier in basics/

so that other examples can use it

* formatting

* use async / await, increase animation duration
2019-08-13 14:13:57 -07:00
..
2019-07-23 15:51:57 -07:00
2019-07-23 15:51:57 -07:00
2019-07-23 15:51:57 -07:00
2019-08-13 14:13:57 -07:00
2019-07-23 15:51:57 -07:00
2019-07-23 15:51:57 -07:00
2019-07-23 15:51:57 -07:00
2019-07-23 15:51:57 -07:00
2019-07-23 15:51:57 -07:00
2019-07-23 15:51:57 -07:00

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