mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2026-01-19 01:03:56 +00:00
# [1.0.0](https://github.com/revanced/revanced-manager/compare/v0.0.57...v1.0.0) (2023-04-29) ### Bug Fixes * **i18n:** update translation for `refreshSucess` ([b286444](b286444ad9)) * open contributor links externally ([#791](https://github.com/revanced/revanced-manager/issues/791)) ([f0b0282](f0b028279c)) * resized monochrome icon to match the original ([#789](https://github.com/revanced/revanced-manager/issues/789)) ([ac830cb](ac830cbe7f)) * update pubspec version ([65da6af](65da6af3f9)) * chore!: merge `dev` to `main` (#830) ([782c012](782c0127b1)), closes [#830](https://github.com/revanced/revanced-manager/issues/830) ### Features * add continue anyway button to select from storage dialog ([#810](https://github.com/revanced/revanced-manager/issues/810)) ([affba66](affba669ce)) * add option to import/export keystore ([#776](https://github.com/revanced/revanced-manager/issues/776)) ([dca2d4f](dca2d4fe12)) * appreciation message for new contributors ([0a1f2da](0a1f2da33d)) * auto select default patches ([4c9cb56](4c9cb560e3)) * change `continue anyways` to `cancel` ([cfc866b](cfc866bef2)) * **ci:** update crowdin workflow to use new main branch ([ded59d2](ded59d2da0)) * confirmation dialog for deleting keystore ([#764](https://github.com/revanced/revanced-manager/issues/764)) ([054afbb](054afbbedd)) * disable selecting installed apps for nonroot ([bb681e3](bb681e31c9)) * improve suggested app version text ([#822](https://github.com/revanced/revanced-manager/issues/822)) ([ad17995](ad17995f28)) * improve ux ([#752](https://github.com/revanced/revanced-manager/issues/752)) ([3b677f8](3b677f8ae3)), closes [#782](https://github.com/revanced/revanced-manager/issues/782) * progress bar for manager updates ([f5aafdb](f5aafdb7d6)) * remove notice about stale development [skip ci] ([62f7a82](62f7a820d8)) * resetting source to default dismiss the sources pop-up ([#797](https://github.com/revanced/revanced-manager/issues/797)) ([62ef1c8](62ef1c88fe)) * trim extra space when setting custom source ([#771](https://github.com/revanced/revanced-manager/issues/771)) ([37b583f](37b583f560)) * warning for armv7 devices ([cdfb09f](cdfb09fbfa)) ### BREAKING CHANGES * this is to release as 1.0.0
85 lines
2.0 KiB
YAML
85 lines
2.0 KiB
YAML
name: revanced_manager
|
|
description: The official ReVanced Manager.
|
|
homepage: https://github.com/revanced/revanced-manager
|
|
publish_to: none
|
|
version: 1.0.0+100000000
|
|
environment:
|
|
sdk: ">=2.17.5 <3.0.0"
|
|
dependencies:
|
|
animations: ^2.0.7
|
|
app_installer: ^1.1.0
|
|
collection: ^1.17.0
|
|
cross_connectivity: ^3.0.5
|
|
cr_file_saver: ^0.0.2+1
|
|
device_apps:
|
|
git:
|
|
url: https://github.com/ponces/flutter_plugin_device_apps
|
|
ref: revanced-manager
|
|
device_info_plus: ^8.1.0
|
|
dynamic_color: ^1.6.3
|
|
dio: ^5.0.0
|
|
dynamic_themes: ^1.1.0
|
|
expandable: ^5.0.1
|
|
file_picker:
|
|
git:
|
|
url: https://github.com/alexmercerind/flutter_file_picker
|
|
ref: master
|
|
flex_color_scheme: ^7.0.1
|
|
flutter:
|
|
sdk: flutter
|
|
flutter_background: ^1.2.0
|
|
flutter_cache_manager: ^3.3.0
|
|
flutter_i18n: ^0.32.4
|
|
flutter_local_notifications: ^13.0.0
|
|
flutter_localizations:
|
|
sdk: flutter
|
|
flutter_svg: ^2.0.4
|
|
fluttertoast: ^8.2.1
|
|
font_awesome_flutter: ^10.4.0
|
|
get_it: 7.2.0
|
|
google_fonts: ^4.0.3
|
|
http: ^0.13.5
|
|
injectable: ^2.1.1
|
|
intl: ^0.17.0
|
|
json_annotation: ^4.8.0
|
|
logcat:
|
|
git:
|
|
url: https://github.com/SuaMusica/logcat
|
|
ref: feature/nullSafe
|
|
package_info_plus: ^3.0.3
|
|
path_provider: ^2.0.14
|
|
permission_handler: ^10.2.0
|
|
native_dio_adapter: ^0.1.0
|
|
pull_to_refresh: ^2.0.0
|
|
root:
|
|
git:
|
|
url: https://github.com/gokul1630/root
|
|
ref: main
|
|
share_extend: ^2.0.0
|
|
shared_preferences: ^2.1.0
|
|
skeletons: ^0.0.3
|
|
stacked: ^3.2.0
|
|
stacked_generator: ^1.1.0
|
|
stacked_services: ^1.0.0
|
|
stacked_themes: ^0.3.10
|
|
timeago: ^3.3.0
|
|
timezone: ^0.9.0
|
|
url_launcher: ^6.1.10
|
|
wakelock: ^0.6.2
|
|
flutter_dotenv: ^5.0.2
|
|
flutter_markdown: ^0.6.14
|
|
pub_release: ^8.0.3
|
|
dio_cache_interceptor: ^3.4.0
|
|
dev_dependencies:
|
|
json_serializable: ^6.6.1
|
|
build_runner: any
|
|
flutter_launcher_icons: ^0.13.0
|
|
flutter_lints: ^2.0.1
|
|
flutter_test:
|
|
sdk: flutter
|
|
injectable_generator: ^2.1.5
|
|
flutter:
|
|
uses-material-design: true
|
|
assets:
|
|
- assets/i18n/
|