From 7833a0d552d05946f50434e799c46272e6eb30a3 Mon Sep 17 00:00:00 2001 From: Pun Butrach Date: Thu, 28 Mar 2024 05:17:49 +0000 Subject: [PATCH] build: Switch flutter_background to official sources https://github.com/JulianAssmann/flutter_background/pull/79 is merged. --- pubspec.lock | 6 +++--- pubspec.yaml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index eb80debd..cc786faf 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -323,9 +323,9 @@ packages: dependency: "direct main" description: path: "." - ref: "560d21c4148b53933313573e7eafca0b0eb9aadf" - resolved-ref: "560d21c4148b53933313573e7eafca0b0eb9aadf" - url: "https://github.com/BenjaminHalko/flutter_background" + ref: "65cf0ec93486b3a6c74339aadaeb384cf2c9a24b" + resolved-ref: "65cf0ec93486b3a6c74339aadaeb384cf2c9a24b" + url: "https://github.com/JulianAssmann/flutter_background" source: git version: "1.2.0" flutter_cache_manager: diff --git a/pubspec.yaml b/pubspec.yaml index 8f4f2176..372fc0f1 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -26,9 +26,9 @@ dependencies: flutter: sdk: flutter flutter_background: - git: # remove once https://github.com/JulianAssmann/flutter_background/pull/79 is merged - url: https://github.com/BenjaminHalko/flutter_background - ref: 560d21c4148b53933313573e7eafca0b0eb9aadf # Branch: specify-namespace + git: # Switch to 'flutter_background' once new version is released + url: https://github.com/JulianAssmann/flutter_background + ref: 65cf0ec93486b3a6c74339aadaeb384cf2c9a24b # Branch: master flutter_cache_manager: ^3.3.0 flutter_file_dialog: ^3.0.2 flutter_local_notifications: ^16.1.0