revanced-manager/pubspec.yaml

93 lines
2.4 KiB
YAML
Raw Permalink Normal View History

2022-08-06 23:35:35 +02:00
name: revanced_manager
description: "Application to use ReVanced on Android."
homepage: https://revanced.app
2022-07-30 21:09:59 +02:00
2022-08-06 15:04:18 +02:00
publish_to: 'none'
2022-07-30 21:09:59 +02:00
chore(release): 1.23.0 [skip ci] # [1.23.0](https://github.com/ReVanced/revanced-manager/compare/v1.22.0...v1.23.0) (2024-11-10) ### Bug Fixes * Don't show toasts when export cancelled ([#2230](https://github.com/ReVanced/revanced-manager/issues/2230)) ([bd79496](https://github.com/ReVanced/revanced-manager/commit/bd7949643350a9769ce539bfb5939e00f8c420a7)) * Fix the connectivity check toast again ([#2216](https://github.com/ReVanced/revanced-manager/issues/2216)) ([a7e2281](https://github.com/ReVanced/revanced-manager/commit/a7e22818055577e319eee3fc640575d806449f31)) * Get changelogs for alternative sources ([#1766](https://github.com/ReVanced/revanced-manager/issues/1766)) ([c729842](https://github.com/ReVanced/revanced-manager/commit/c7298424e55cfdfb6475df1bf0616889d50785d8)) * missing parameter in translations ([1c6c5d5](https://github.com/ReVanced/revanced-manager/commit/1c6c5d53aeef9ba851c2a437e6b607188db87994)) * Resolve EACCESS error in special cases ([#2135](https://github.com/ReVanced/revanced-manager/issues/2135)) ([1f95767](https://github.com/ReVanced/revanced-manager/commit/1f95767aeb6104e952d3ec80af8d5df8c7da3c07)) * Restore apk renaming during compile ([abdd9dc](https://github.com/ReVanced/revanced-manager/commit/abdd9dc430b0031866d279f96f7eac171556a8b8)) ### Features * Also show new patches in the removed patches dialog ([#2257](https://github.com/ReVanced/revanced-manager/issues/2257)) ([8872165](https://github.com/ReVanced/revanced-manager/commit/8872165a99868f66eb462f030adee001266574f0)) * Import and export manager settings ([#2268](https://github.com/ReVanced/revanced-manager/issues/2268)) ([a45d959](https://github.com/ReVanced/revanced-manager/commit/a45d9598cc91cc2d79bf99d8ab76cab707381c81)) * Show changelogs from the latest to the last used patches version ([#2219](https://github.com/ReVanced/revanced-manager/issues/2219)) ([daba737](https://github.com/ReVanced/revanced-manager/commit/daba737ecbb1d9fe21d8394803d29418e4fd2cd3)) * Use ReVanced API v4 ([7b7d91d](https://github.com/ReVanced/revanced-manager/commit/7b7d91d6619c496b2854f60dc75ab3a290102c34)) ### Performance Improvements * Don't recalculate universal patches or compatible packages if not necessary ([7e3afe0](https://github.com/ReVanced/revanced-manager/commit/7e3afe0cb29c72ed85cd9f78dcaeb85953f1f9a2))
2024-11-10 16:04:46 +01:00
version: 1.23.0+101800048
2022-07-30 21:09:59 +02:00
environment:
sdk: ^3.5.3
2022-07-30 21:09:59 +02:00
dependencies:
2024-04-28 23:39:20 +02:00
animations: ^2.0.11
collection: ^1.18.0
connectivity_plus: ^6.0.3
device_apps:
2024-02-13 18:31:23 +01:00
git:
url: https://github.com/ponces/flutter_plugin_device_apps
ref: 0609662324b9e00931fccfa87e9e1b00b7610907
2024-04-28 23:39:20 +02:00
device_info_plus: ^10.1.0
dio: ^5.4.3+1
dio_cache_interceptor: ^3.5.0
dynamic_color: ^1.7.0
dynamic_themes: ^1.1.0
expandable: ^5.0.1
file_picker: ^8.0.5
2022-07-30 21:09:59 +02:00
flutter:
sdk: flutter
flutter_background: ^1.3.0+1
2024-04-28 23:39:20 +02:00
flutter_cache_manager: ^3.3.2
flutter_file_dialog: ^3.0.2
2024-04-28 23:39:20 +02:00
flutter_local_notifications: ^17.1.0
flutter_localizations:
sdk: flutter
flutter_markdown: ^0.7.3
2024-04-28 23:39:20 +02:00
fluttertoast: ^8.2.5
font_awesome_flutter: ^10.7.0
2024-03-05 08:09:02 +01:00
google_fonts: ^6.2.1
2024-05-07 15:50:26 +02:00
injectable: ^2.4.0
intl: 0.19.0
2024-04-28 23:39:20 +02:00
json_annotation: ^4.9.0
language_code: ^0.5.3+2
logcat:
git:
2023-10-28 16:19:07 +02:00
url: https://github.com/BenjaminHalko/logcat
ref: 4a6d5e0e22292c8eb160cfb9365b9ea29735fd43 # Branch: master
package_info_plus: ^8.0.2
2024-04-28 23:39:20 +02:00
path_provider: ^2.1.3
permission_handler: ^11.3.1
root:
git:
2023-10-28 16:19:07 +02:00
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: ^10.0.2
2024-04-28 23:39:20 +02:00
shared_preferences: ^2.2.3
skeletons:
git: # remove once https://github.com/badjio/skeletons/pull/11 is merged
url: https://github.com/Ofceab-Studio/skeletons
ref: 326fbb4223ac4d8a6301cc2f16b6112ecd308c71 # Branch: master
2024-04-28 23:39:20 +02:00
slang: ^3.30.2
slang_flutter: ^3.30.0
stacked: ^3.4.2
stacked_generator: ^1.6.0
stacked_services: ^1.5.0
synchronized: ^3.1.0+1
timeago: ^3.6.1
timezone: ^0.9.3
url_launcher: ^6.2.6
wakelock_plus: ^1.2.4
2022-07-30 21:09:59 +02:00
dev_dependencies:
2024-02-18 23:31:24 +01:00
analyzer: ^6.4.1
build_runner: ^2.4.12
flutter_lints: ^5.0.0
2024-04-28 23:39:20 +02:00
injectable_generator: ^2.6.1
json_serializable: ^6.8.0
2022-07-30 21:09:59 +02:00
flutter:
uses-material-design: true
fonts:
- family: CustomIcon
fonts:
- asset: fonts/custom-icons.ttf
2022-07-31 10:00:11 +02:00
assets:
- assets/i18n/
flutter_localizations:
sdk: flutter