Sample apps that showcasing Flutter's animation features
- Demonstrate the building blocks for animations and how they work together
- Provide samples for common patterns and use-cases
Building blocks and patterns
AnimationControllerDemo Demonstrates how to use an AnimationController.
Other uses-cases and examples
ExpandCardDemo Demonstrates how to use AnimatedCrossFade to fade between
two widgets and change the size.