Skip to content

Commit

Permalink
wip use local flutter_local_notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
gnprice committed Oct 17, 2023
1 parent 2aed2a1 commit 21085e3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
7 changes: 3 additions & 4 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -425,10 +425,9 @@ packages:
flutter_local_notifications:
dependency: "direct main"
description:
name: flutter_local_notifications
sha256: "3cc40fe8c50ab8383f3e053a499f00f975636622ecdc8e20a77418ece3b1e975"
url: "https://pub.dev"
source: hosted
path: "../local-notifications/flutter_local_notifications"
relative: true
source: path
version: "15.1.0+1"
flutter_local_notifications_linux:
dependency: transitive
Expand Down
3 changes: 2 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ dependencies:
firebase_messaging: ^14.6.3
firebase_core: ^2.14.0
flutter_local_notifications_platform_interface: ^7.0.0+1
flutter_local_notifications: ^15.1.0+1
flutter_local_notifications:
path: ../local-notifications/flutter_local_notifications

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit 21085e3

Please sign in to comment.