1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 22:09:06 +00:00

animations: Add flutter_animate (#1681)

This commit is contained in:
Brett Morgan
2023-03-01 06:57:56 +11:00
committed by GitHub
parent 881a439868
commit 4b6a23dd68
4 changed files with 50 additions and 0 deletions

View File

@@ -112,6 +112,11 @@ final miscDemos = [
route: CardSwipeDemo.routeName,
builder: (context) => const CardSwipeDemo(),
),
Demo(
name: 'Flutter Animate',
route: FlutterAnimateDemo.routeName,
builder: (context) => const FlutterAnimateDemo(),
),
Demo(
name: 'Repeating Animation',
route: RepeatingAnimationDemo.routeName,