diff --git a/example/lib/utils/animation_provider.dart b/example/lib/utils/animation_provider.dart index 55089fb..4d8287a 100644 --- a/example/lib/utils/animation_provider.dart +++ b/example/lib/utils/animation_provider.dart @@ -1,6 +1,5 @@ import 'package:animated_reorderable_list/animated_reorderable_list.dart'; - class AnimationProvider { static AnimationEffect buildAnimation(AnimationType animationType) { switch (animationType) { @@ -34,4 +33,4 @@ class AnimationProvider { return SlideInDown(); } } -} \ No newline at end of file +}