mirror of
https://github.com/revanced/revanced-manager
synced 2024-05-14 13:56:57 +02:00
# [1.19.0-dev.1](https://github.com/ReVanced/revanced-manager/compare/v1.18.0...v1.19.0-dev.1) (2024-01-22) ### Bug Fixes * added a trailing comma ([975180b](975180b075
)) * Allow mounting without Magisk ([3f96608](3f96608398
)) * fix redundant buttons on dialog ([079c0de](079c0defaf
)) * Incorrect strings and logics ([#1619](https://github.com/ReVanced/revanced-manager/issues/1619)) ([4f22e88](4f22e88e42
)) * **Keystore Password:** textfield title display ([8e52abd](8e52abda9a
)) * Mount script causes build to fail ([#1613](https://github.com/ReVanced/revanced-manager/issues/1613)) ([f3c78c2](f3c78c2c24
)) * **Patch Option:** Set text colour on dropdown menu ([acb1e24](acb1e2434b
)) * **Release CI:** truncate the "v" from version ([8595099](85950991ab
)) * use lowercase repo names ([#1626](https://github.com/ReVanced/revanced-manager/issues/1626)) ([edd8602](edd86024b9
)) ### Features * Add API migration code ([#1615](https://github.com/ReVanced/revanced-manager/issues/1615)) ([28ae276](28ae2766f0
)) * add haptic feedback ([#1459](https://github.com/ReVanced/revanced-manager/issues/1459)) ([7911459](7911459817
)) * Improve app selector and patcher UI ([#1616](https://github.com/ReVanced/revanced-manager/issues/1616)) ([efb2d5e](efb2d5ef32
)) * Improve Split APK warning readability ([#1625](https://github.com/ReVanced/revanced-manager/issues/1625)) ([6fd740f](6fd740f8c0
)) * Simplify settings strings ([#1618](https://github.com/ReVanced/revanced-manager/issues/1618)) ([0d45fe4](0d45fe4a97
)) * use native TextField ([9ed43ef](9ed43efe5d
)) ### Performance Improvements * Load patched apps as soon as possible ([c94eb7a](c94eb7a48e
))
86 lines
2.4 KiB
YAML
86 lines
2.4 KiB
YAML
name: revanced_manager
|
|
description: Patch your favorite apps, right on your device.
|
|
homepage: https://github.com/ReVanced/revanced-manager
|
|
|
|
publish_to: 'none'
|
|
|
|
version: 1.19.0-dev.1+1900001
|
|
|
|
environment:
|
|
sdk: '>=3.0.0 <4.0.0'
|
|
|
|
dependencies:
|
|
animations: ^2.0.7
|
|
collection: ^1.17.0
|
|
connectivity_plus: ^5.0.1
|
|
device_apps:
|
|
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
|
|
ref: 0efbeba41657158a66bbc92c55d1226df56d0f1b # Branch: revanced-manager
|
|
device_info_plus: ^9.1.0
|
|
dio: ^5.0.0
|
|
dio_cache_interceptor: ^3.4.0
|
|
dynamic_color: ^1.6.3
|
|
dynamic_themes: ^1.1.0
|
|
expandable: ^5.0.1
|
|
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
|
|
flutter_cache_manager: ^3.3.0
|
|
flutter_file_dialog: ^3.0.2
|
|
flutter_i18n: ^0.34.0
|
|
flutter_local_notifications: ^16.1.0
|
|
flutter_localizations:
|
|
sdk: flutter
|
|
flutter_markdown: ^0.6.14
|
|
fluttertoast: ^8.2.4
|
|
font_awesome_flutter: ^10.4.0
|
|
google_fonts: ^6.1.0
|
|
injectable: ^2.1.1
|
|
intl: ^0.18.0
|
|
json_annotation: ^4.8.0
|
|
logcat:
|
|
git:
|
|
url: https://github.com/BenjaminHalko/logcat
|
|
ref: 4a6d5e0e22292c8eb160cfb9365b9ea29735fd43 # Branch: master
|
|
package_info_plus: ^5.0.1
|
|
path_provider: ^2.0.14
|
|
permission_handler: ^11.0.1
|
|
root:
|
|
git:
|
|
url: https://github.com/validcube/root
|
|
ref: 68e5678a535a2a3344828a14a39017fa74b9098c # Branch: libsu-521
|
|
screenshot_callback:
|
|
git: # remove once https://github.com/flutter-moum/flutter_screenshot_callback/pull/81 is merged
|
|
url: https://github.com/BenjaminHalko/flutter_screenshot_callback
|
|
ref: 1a1616ac91e16cd1f3dd170a81febf27ffce3587 # Branch: master
|
|
share_plus: ^7.2.1
|
|
shared_preferences: ^2.1.0
|
|
skeletons: ^0.0.3
|
|
stacked: ^3.2.0
|
|
stacked_generator: ^1.1.0
|
|
stacked_services: ^1.0.0
|
|
synchronized: ^3.1.0
|
|
timeago: ^3.3.0
|
|
timezone: ^0.9.0
|
|
url_launcher: ^6.1.10
|
|
wakelock_plus: ^1.1.3
|
|
|
|
dev_dependencies:
|
|
build_runner: any
|
|
flutter_lints: ^3.0.1
|
|
injectable_generator: ^2.1.5
|
|
json_serializable: ^6.6.1
|
|
|
|
flutter:
|
|
uses-material-design: true
|
|
fonts:
|
|
- family: CustomIcon
|
|
fonts:
|
|
- asset: fonts/custom-icons.ttf
|
|
assets:
|
|
- assets/i18n/
|