Flutter animation interactive guide
Try it online
- Curves visualizer
- Animated widgets demo :
- AnimatedContainer
- AnimatedAlign
- AnimatedPositioned
- AnimatedOpacity
- AnimatedDefaultTextStyle
- Staggered animation explorer
web
You need to be on Flutter master branch to run/build for web, and follow this instructions
flutter run -d chrome
mac os
You need to be on Flutter master branch to run/build for web, and follow this instructions
flutter run -d macos -t lib/main_desktop.dart
Download flutter animation explorer source code on GitHub
https://github.com/rxlabz/flutter_animation_explorer
Provides the list of the opensource Flutter apps collection with GitHub repository.