Skip to content

Commit

Permalink
Update flutter_boot_receiver
Browse files Browse the repository at this point in the history
  • Loading branch information
AhsanSarwar45 committed Apr 9, 2024
1 parent 01e5566 commit 4e399f3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@
android:name="dev.fluttercommunity.plus.androidalarmmanager.RebootBroadcastReceiver"
android:enabled="false"
android:exported="true"
android:permission="android.permission.RECEIVE_BOOT_COMPLETED"
android:directBootAware="true"
>
<intent-filter>
Expand Down
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -300,10 +300,10 @@ packages:
dependency: "direct main"
description:
name: flutter_boot_receiver
sha256: "7a4acbd4a45487c8a7daf1e9ea3b7ecf734a90ad931a744b492901d3c6a6c83c"
sha256: "0860fa1bc49d050b5d4b70b9d48587adeed52653c99f553b2a2547594e450ed5"
url: "https://pub.dev"
source: hosted
version: "1.0.0"
version: "1.1.0"
flutter_fgbg:
dependency: "direct main"
description:
Expand Down
3 changes: 1 addition & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
flutter:
sdk: flutter

flutter_boot_receiver: ^1.0.0
flutter_boot_receiver: ^1.1.0
# flutter_boot_receiver:
# path: "../flutter_boot_receiver"
intl: ^0.19.0
Expand All @@ -32,7 +32,6 @@ dependencies:
just_audio: ^0.9.31
awesome_notifications: ^0.9.3
audio_session: ^0.1.13
# flutter_windowmanager: ^0.2.0
flutter_fgbg: ^0.3.0
move_to_background: ^1.0.2
vibration: ^1.7.6
Expand Down

0 comments on commit 4e399f3

Please sign in to comment.