From 128922783286d699539d58914cc266b960bd45cd Mon Sep 17 00:00:00 2001 From: Andrew Brogdon Date: Tue, 10 Mar 2020 16:33:23 -0700 Subject: [PATCH] Moving animated list sample (#366) --- animations/lib/main.dart | 10 +++++----- .../08_animated_list.dart => misc/animated_list.dart} | 0 animations/pubspec.lock | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) rename animations/lib/src/{basics/08_animated_list.dart => misc/animated_list.dart} (100%) diff --git a/animations/lib/main.dart b/animations/lib/main.dart index be490bc34..aface2c8a 100644 --- a/animations/lib/main.dart +++ b/animations/lib/main.dart @@ -11,7 +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/animated_list.dart'; import 'src/misc/card_swipe.dart'; import 'src/misc/carousel.dart'; import 'src/misc/expand_card.dart'; @@ -58,10 +58,6 @@ final basicDemos = [ name: 'Tween Sequences', route: TweenSequenceDemo.routeName, builder: (context) => TweenSequenceDemo()), - Demo( - name: 'AnimatedList', - route: AnimatedListDemo.routeName, - builder: (context) => AnimatedListDemo()), ]; final miscDemos = [ @@ -89,6 +85,10 @@ final miscDemos = [ name: 'Spring Physics', route: PhysicsCardDragDemo.routeName, builder: (context) => PhysicsCardDragDemo()), + Demo( + name: 'AnimatedList', + route: AnimatedListDemo.routeName, + builder: (context) => AnimatedListDemo()), ]; final basicDemoRoutes = diff --git a/animations/lib/src/basics/08_animated_list.dart b/animations/lib/src/misc/animated_list.dart similarity index 100% rename from animations/lib/src/basics/08_animated_list.dart rename to animations/lib/src/misc/animated_list.dart diff --git a/animations/pubspec.lock b/animations/pubspec.lock index 2c084ad60..9a0f87f64 100644 --- a/animations/pubspec.lock +++ b/animations/pubspec.lock @@ -108,7 +108,7 @@ packages: name: pedantic url: "https://pub.dartlang.org" source: hosted - version: "1.9.0" + version: "1.8.0+1" petitparser: dependency: transitive description: @@ -169,7 +169,7 @@ packages: name: test_api url: "https://pub.dartlang.org" source: hosted - version: "0.2.15" + version: "0.2.11" typed_data: dependency: transitive description: