1
0
mirror of https://github.com/flutter/samples.git synced 2026-03-31 16:55:34 +00:00

Tidyup animations sample (#1672)

* Tidyup

* Drop `flutterAnimateDemos`
This commit is contained in:
Brett Morgan
2023-02-28 10:59:42 +11:00
committed by GitHub
parent 1a8c9a45b1
commit b52d7f7744
15 changed files with 166 additions and 91 deletions

View File

@@ -0,0 +1,11 @@
export 'animated_list.dart';
export 'animated_positioned.dart';
export 'animated_switcher.dart';
export 'card_swipe.dart';
export 'carousel.dart';
export 'curved_animation.dart';
export 'expand_card.dart';
export 'focus_image.dart';
export 'hero_animation.dart';
export 'physics_card_drag.dart';
export 'repeating_animation.dart';