1
0
mirror of https://github.com/flutter/samples.git synced 2026-04-04 18:51:05 +00:00

animations: Add flutter_animate (#1681)

This commit is contained in:
Brett Morgan
2023-03-01 06:57:56 +11:00
committed by GitHub
parent 881a439868
commit 4b6a23dd68
4 changed files with 50 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ export 'card_swipe.dart';
export 'carousel.dart';
export 'curved_animation.dart';
export 'expand_card.dart';
export 'flutter_animate.dart';
export 'focus_image.dart';
export 'hero_animation.dart';
export 'physics_card_drag.dart';