Skip to content

Commit

Permalink
fix: Linter Response.
Browse files Browse the repository at this point in the history
  • Loading branch information
mathrunet committed Nov 8, 2023
1 parent 1d23aa3 commit b471cf0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
part of masamune_notification_firebase;
part of "/masamune_notification_firebase.dart";

/// MasamuneAdapter] for receiving PUSH notifications for Firebase.
///
Expand Down
4 changes: 2 additions & 2 deletions packages/masamune_notification_firebase/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ dependencies:
freezed_annotation: ^2.2.0
json_annotation: ^4.8.0
firebase_messaging: ^14.5.0
flutter_local_notifications: ^13.0.0
flutter_local_notifications: ^16.1.0
katana_firebase: ^2.0.15
universal_platform: ^1.0.0+1
masamune_notification: ^2.2.24
dev_dependencies:
test: ^1.21.3
flutter_lints: ^2.0.0
flutter_lints: ^3.0.0
import_sorter: ^4.6.0
build_runner: ^2.3.3
masamune_builder: ^2.8.18
Expand Down

0 comments on commit b471cf0

Please sign in to comment.