mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2025-05-19 23:46:55 +08:00
Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
a23f032fd2 | |||
95a8234e2d | |||
a7e481c827 |
@ -323,9 +323,9 @@ packages:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
path: "."
|
||||
ref: "65cf0ec93486b3a6c74339aadaeb384cf2c9a24b"
|
||||
resolved-ref: "65cf0ec93486b3a6c74339aadaeb384cf2c9a24b"
|
||||
url: "https://github.com/JulianAssmann/flutter_background"
|
||||
ref: "560d21c4148b53933313573e7eafca0b0eb9aadf"
|
||||
resolved-ref: "560d21c4148b53933313573e7eafca0b0eb9aadf"
|
||||
url: "https://github.com/BenjaminHalko/flutter_background"
|
||||
source: git
|
||||
version: "1.2.0"
|
||||
flutter_cache_manager:
|
||||
|
@ -4,7 +4,7 @@ homepage: https://github.com/ReVanced/revanced-manager
|
||||
|
||||
publish_to: 'none'
|
||||
|
||||
version: 1.20.0+101800015
|
||||
version: 1.20.1+101800016
|
||||
|
||||
environment:
|
||||
sdk: '>=3.0.0 <4.0.0'
|
||||
@ -26,9 +26,9 @@ dependencies:
|
||||
flutter:
|
||||
sdk: flutter
|
||||
flutter_background:
|
||||
git: # Switch to 'flutter_background' once new version is released
|
||||
url: https://github.com/JulianAssmann/flutter_background
|
||||
ref: 65cf0ec93486b3a6c74339aadaeb384cf2c9a24b # Branch: master
|
||||
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
|
||||
flutter_cache_manager: ^3.3.0
|
||||
flutter_file_dialog: ^3.0.2
|
||||
flutter_local_notifications: ^16.1.0
|
||||
|
Reference in New Issue
Block a user