We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0621b3 commit 39abf62Copy full SHA for 39abf62
lib/main.dart
@@ -1,14 +1,6 @@
1
-import 'package:animation/animations/test_animation_with_controllers.dart';
2
-import 'package:animation/animations/test_flutter_logo.dart';
3
import 'package:flutter/material.dart';
4
-import 'animations/custom_painter_examples/bouncing_ball_animation.dart';
5
-import 'animations/test_animated_cross_fade.dart';
6
import 'animations/sand_box.dart';
7
-import 'animations/test_animated_list_view.dart';
8
-import 'animations/test_curves_animation.dart';
9
-import 'animations/test_hero_animation.dart';
10
-import 'animations/test_transforms.dart';
11
-import 'animations/test_tween_animation_builder.dart';
+
12
13
void main() {
14
runApp(const AnimationApp());
0 commit comments