fix: Don't crash on patch

This reverts commit 7833a0d552.
This commit is contained in:
Ushie 2024-04-05 05:35:36 +03:00
parent 975870e254
commit a7e481c827
2 changed files with 6 additions and 6 deletions

View File

@ -323,9 +323,9 @@ packages:
dependency: "direct main" dependency: "direct main"
description: description:
path: "." path: "."
ref: "65cf0ec93486b3a6c74339aadaeb384cf2c9a24b" ref: "560d21c4148b53933313573e7eafca0b0eb9aadf"
resolved-ref: "65cf0ec93486b3a6c74339aadaeb384cf2c9a24b" resolved-ref: "560d21c4148b53933313573e7eafca0b0eb9aadf"
url: "https://github.com/JulianAssmann/flutter_background" url: "https://github.com/BenjaminHalko/flutter_background"
source: git source: git
version: "1.2.0" version: "1.2.0"
flutter_cache_manager: flutter_cache_manager:

View File

@ -26,9 +26,9 @@ dependencies:
flutter: flutter:
sdk: flutter sdk: flutter
flutter_background: flutter_background:
git: # Switch to 'flutter_background' once new version is released git: # remove once https://github.com/JulianAssmann/flutter_background/pull/79 is merged
url: https://github.com/JulianAssmann/flutter_background url: https://github.com/BenjaminHalko/flutter_background
ref: 65cf0ec93486b3a6c74339aadaeb384cf2c9a24b # Branch: master ref: 560d21c4148b53933313573e7eafca0b0eb9aadf # Branch: specify-namespace
flutter_cache_manager: ^3.3.0 flutter_cache_manager: ^3.3.0
flutter_file_dialog: ^3.0.2 flutter_file_dialog: ^3.0.2
flutter_local_notifications: ^16.1.0 flutter_local_notifications: ^16.1.0