Skip to content

Commit 39abf62

Browse files
committed
update main file code
1 parent c0621b3 commit 39abf62

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

lib/main.dart

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,6 @@
1-
import 'package:animation/animations/test_animation_with_controllers.dart';
2-
import 'package:animation/animations/test_flutter_logo.dart';
31
import 'package:flutter/material.dart';
4-
import 'animations/custom_painter_examples/bouncing_ball_animation.dart';
5-
import 'animations/test_animated_cross_fade.dart';
62
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';
3+
124

135
void main() {
146
runApp(const AnimationApp());

0 commit comments

Comments
 (0)