mirror of
https://github.com/revanced/revanced-manager
synced 2024-05-14 13:56:57 +02:00
build: Switch flutter_background to official sources
https://github.com/JulianAssmann/flutter_background/pull/79 is merged.
This commit is contained in:
parent
966796dfec
commit
7833a0d552
@ -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:
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user