mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2024-11-10 01:01:56 +01:00
build(dart-dependency): prefer immutable for dependency using git
This commit is contained in:
parent
a9878dbbdf
commit
71b5bb3f8f
1 changed files with 6 additions and 6 deletions
12
pubspec.yaml
12
pubspec.yaml
|
@ -15,7 +15,7 @@ dependencies:
|
||||||
device_apps:
|
device_apps:
|
||||||
git: # switch back to ponces fork once https://github.com/ponces/flutter_plugin_device_apps/pull/1 is merged
|
git: # switch back to ponces fork once https://github.com/ponces/flutter_plugin_device_apps/pull/1 is merged
|
||||||
url: https://github.com/BenjaminHalko/flutter_plugin_device_apps
|
url: https://github.com/BenjaminHalko/flutter_plugin_device_apps
|
||||||
ref: revanced-manager
|
ref: 0efbeba41657158a66bbc92c55d1226df56d0f1b # Branch: revanced-manager
|
||||||
device_info_plus: ^9.1.0
|
device_info_plus: ^9.1.0
|
||||||
dynamic_color: ^1.6.3
|
dynamic_color: ^1.6.3
|
||||||
dio: ^5.0.0
|
dio: ^5.0.0
|
||||||
|
@ -27,7 +27,7 @@ dependencies:
|
||||||
flutter_background:
|
flutter_background:
|
||||||
git: # remove once https://github.com/JulianAssmann/flutter_background/pull/79 is merged
|
git: # remove once https://github.com/JulianAssmann/flutter_background/pull/79 is merged
|
||||||
url: https://github.com/BenjaminHalko/flutter_background
|
url: https://github.com/BenjaminHalko/flutter_background
|
||||||
ref: specify-namespace
|
ref: 560d21c4148b53933313573e7eafca0b0eb9aadf # Branch: specify-namespace
|
||||||
flutter_cache_manager: ^3.3.0
|
flutter_cache_manager: ^3.3.0
|
||||||
flutter_i18n: ^0.34.0
|
flutter_i18n: ^0.34.0
|
||||||
flutter_local_notifications: ^16.1.0
|
flutter_local_notifications: ^16.1.0
|
||||||
|
@ -48,7 +48,7 @@ dependencies:
|
||||||
logcat:
|
logcat:
|
||||||
git:
|
git:
|
||||||
url: https://github.com/BenjaminHalko/logcat
|
url: https://github.com/BenjaminHalko/logcat
|
||||||
ref: master
|
ref: 4a6d5e0e22292c8eb160cfb9365b9ea29735fd43 # Branch: master
|
||||||
package_info_plus: ^4.2.0
|
package_info_plus: ^4.2.0
|
||||||
path_provider: ^2.0.14
|
path_provider: ^2.0.14
|
||||||
permission_handler: ^11.0.1
|
permission_handler: ^11.0.1
|
||||||
|
@ -56,7 +56,7 @@ dependencies:
|
||||||
root:
|
root:
|
||||||
git:
|
git:
|
||||||
url: https://github.com/validcube/root
|
url: https://github.com/validcube/root
|
||||||
ref: 68e5678a535a2a3344828a14a39017fa74b9098c
|
ref: 68e5678a535a2a3344828a14a39017fa74b9098c # Branch: libsu-521
|
||||||
shared_preferences: ^2.1.0
|
shared_preferences: ^2.1.0
|
||||||
skeletons: ^0.0.3
|
skeletons: ^0.0.3
|
||||||
stacked: ^3.2.0
|
stacked: ^3.2.0
|
||||||
|
@ -71,11 +71,11 @@ dependencies:
|
||||||
install_plugin:
|
install_plugin:
|
||||||
git: # remove once https://github.com/hui-z/flutter_install_plugin/pull/67 is merged
|
git: # remove once https://github.com/hui-z/flutter_install_plugin/pull/67 is merged
|
||||||
url: https://github.com/BenjaminHalko/flutter_install_plugin
|
url: https://github.com/BenjaminHalko/flutter_install_plugin
|
||||||
ref: master
|
ref: 5f9b1a8c956fc3355ae655eefcbcadb457bd10f7 # Branch: master
|
||||||
screenshot_callback:
|
screenshot_callback:
|
||||||
git: # remove once https://github.com/flutter-moum/flutter_screenshot_callback/pull/81 is merged
|
git: # remove once https://github.com/flutter-moum/flutter_screenshot_callback/pull/81 is merged
|
||||||
url: https://github.com/BenjaminHalko/flutter_screenshot_callback
|
url: https://github.com/BenjaminHalko/flutter_screenshot_callback
|
||||||
ref: master
|
ref: 1a1616ac91e16cd1f3dd170a81febf27ffce3587 # Branch: master
|
||||||
synchronized: ^3.1.0
|
synchronized: ^3.1.0
|
||||||
connectivity_plus: ^5.0.1
|
connectivity_plus: ^5.0.1
|
||||||
flutter_file_dialog: ^3.0.2
|
flutter_file_dialog: ^3.0.2
|
||||||
|
|
Loading…
Reference in a new issue