Skip to content

Commit

Permalink
fixed workflow fail
Browse files Browse the repository at this point in the history
  • Loading branch information
aditya-bhawsar-mm authored and Aditya Bhawsar committed Oct 10, 2023
1 parent 5f29ca5 commit e8b7a8d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import 'package:flutter/material.dart'
Offset,
StatelessWidget,
Widget;
import 'CircularRevealClipper.dart';
import 'circular_reveal_clipper.dart';

class CircularRevealAnimation extends StatelessWidget {
final Alignment? centerAlignment;
Expand Down
2 changes: 1 addition & 1 deletion lib/animations/fab_menu/fab_menu.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import 'package:flutter/material.dart';
import 'custom/CircularRevealAnimation.dart';
import 'custom/circular_reveal_animation.dart';
import '../../contributors_card.dart';

class FABMenuAnimation extends StatelessWidget {
Expand Down

0 comments on commit e8b7a8d

Please sign in to comment.