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

Added more examples in animations (#341)

This commit is contained in:
Ayush Bherwani
2020-03-19 05:19:18 +05:30
committed by GitHub
parent bc7a51ea6e
commit f8e3d391f3
6 changed files with 165 additions and 6 deletions

View File

@@ -6,7 +6,7 @@ import 'package:flutter/material.dart';
import 'package:flutter/widgets.dart';
class AnimatedListDemo extends StatefulWidget {
static String routeName = '/basics/08_animated_list';
static String routeName = '/misc/animated_list';
_AnimatedListDemoState createState() => _AnimatedListDemoState();
}