Skip to content

Commit

Permalink
Remove unused anim
Browse files Browse the repository at this point in the history
  • Loading branch information
g123k committed Jan 6, 2025
1 parent d4d88b6 commit 322426f
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions packages/smooth_app/lib/resources/app_animations.dart
Original file line number Diff line number Diff line change
Expand Up @@ -151,21 +151,6 @@ class CloudUploadAnimation extends StatelessWidget {
}
}

class ConsentAnimation extends StatelessWidget {
const ConsentAnimation({
super.key,
});

@override
Widget build(BuildContext context) {
return RiveAnimation.direct(
AnimationsLoader.of(context)!,
artboard: 'Consent',
animations: const <String>['Loop'],
);
}
}

class DoubleChevronAnimation extends StatefulWidget {
const DoubleChevronAnimation.animate({
this.size,
Expand Down

0 comments on commit 322426f

Please sign in to comment.