Skip to content

Commit

Permalink
fix upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Shreemanarjun committed Sep 17, 2024
1 parent 8309a79 commit 52c043c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions fcm_config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ fcm_config:
git:
url: https://github.com/Shreemanarjun/fcm_config.git
path: fcm_config
```
## Android
Expand Down
12 changes: 6 additions & 6 deletions fcm_config/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
name: fcm_config
description: This flutter package is made to merge between firebase_messaging package and flutter_local_notifications
version: 3.6.0
version: 3.6.1

homepage: https://github.com/mo-ah-dawood/fcm_config/tree/master/fcm_config

environment:
sdk: ">=2.17.0 <4.0.0"
sdk: ">=3.0.0 <4.0.0"
flutter: ">=1.17.0"

dependencies:
flutter:
sdk: flutter
firebase_core: ^2.20.0
firebase_messaging: ^14.7.2
flutter_local_notifications: ^16.1.0
firebase_core: ^2.32.0
firebase_messaging: ^14.9.4
flutter_local_notifications: ^16.3.3
http: ^1.0.0
path_provider: ^2.0.15
path_provider: ^2.1.4

dev_dependencies:
flutter_lints: ^2.0.1
Expand Down

0 comments on commit 52c043c

Please sign in to comment.