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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user