Skip to content

Commit

Permalink
Clean: Ignore unnecessary_library_name
Browse files Browse the repository at this point in the history
  • Loading branch information
AmosHuKe committed Oct 16, 2024
1 parent f5b7948 commit b4b166d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/flutter_tilt.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
/// Easily apply tilt parallax hover effects for Flutter,
/// which supports tilt, light, shadow effects, gyroscope sensors and many custom parameters.
// ignore: unnecessary_library_name
library flutter_tilt;

export 'src/config/tilt_config.dart';
Expand Down

0 comments on commit b4b166d

Please sign in to comment.