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:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user