mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 13:58:47 +00:00
feat: add more animations examples (#345)
This commit is contained in:
@@ -11,6 +11,7 @@ import 'src/basics/04_tweens.dart';
|
||||
import 'src/basics/05_animated_builder.dart';
|
||||
import 'src/basics/06_custom_tween.dart';
|
||||
import 'src/basics/07_tween_sequence.dart';
|
||||
import 'src/basics/08_animated_list.dart';
|
||||
import 'src/misc/card_swipe.dart';
|
||||
import 'src/misc/carousel.dart';
|
||||
import 'src/misc/expand_card.dart';
|
||||
@@ -57,6 +58,10 @@ final basicDemos = [
|
||||
name: 'Tween Sequences',
|
||||
route: TweenSequenceDemo.routeName,
|
||||
builder: (context) => TweenSequenceDemo()),
|
||||
Demo(
|
||||
name: 'AnimatedList',
|
||||
route: AnimatedListDemo.routeName,
|
||||
builder: (context) => AnimatedListDemo()),
|
||||
];
|
||||
|
||||
final miscDemos = [
|
||||
|
||||
Reference in New Issue
Block a user