mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2024-11-10 09:07:47 +01:00
106d77ea0c
* feat: "New dashboard UI". * fix: some improvenents * fix: fix inconsistencies and light theme. * fix: save patched and installed apps on prefs, improve installer log, improve dashboard with real data (wip) Co-authored-by: Aunali321 <aunvakil.aa@gmail.com> * feat: move chips to a separate widget. Co-authored-by: Alberto Ponces <ponces26@gmail.com>
58 lines
1.2 KiB
YAML
58 lines
1.2 KiB
YAML
name: revanced_manager
|
|
description: An unofficial ReVanced Manager based on Flutter.
|
|
homepage: https://github.com/Aunali321/revanced-manager
|
|
|
|
publish_to: 'none'
|
|
|
|
version: 1.0.0+1
|
|
|
|
environment:
|
|
sdk: ">=2.17.5 <3.0.0"
|
|
|
|
dependencies:
|
|
app_installer: ^1.1.0
|
|
cupertino_icons: ^1.0.2
|
|
device_apps:
|
|
git:
|
|
url: https://github.com/ponces/flutter_plugin_device_apps
|
|
ref: appinfo-from-storage
|
|
dio: ^4.0.6
|
|
expandable: ^5.0.1
|
|
file_picker: ^5.0.1
|
|
flutter:
|
|
sdk: flutter
|
|
flutter_background: ^1.1.0
|
|
flutter_cache_manager: ^3.3.0
|
|
flutter_i18n: ^0.32.4
|
|
flutter_svg: ^1.1.1+1
|
|
fluttertoast: ^8.0.9
|
|
get_it: ^7.2.0
|
|
github: ^9.4.0
|
|
google_fonts: ^3.0.1
|
|
http: ^0.13.4
|
|
injectable: ^1.5.3
|
|
json_annotation: ^4.6.0
|
|
path_provider: ^2.0.11
|
|
root: ^2.0.2
|
|
share_extend: ^2.0.0
|
|
shared_preferences: ^2.0.15
|
|
stacked: ^2.3.15
|
|
stacked_generator: ^0.7.14
|
|
stacked_services: ^0.9.3
|
|
stacked_themes: ^0.3.9
|
|
timeago: ^3.2.2
|
|
url_launcher: ^6.1.5
|
|
|
|
dev_dependencies:
|
|
build_runner: any
|
|
flutter_lints: ^2.0.1
|
|
flutter_test:
|
|
sdk: flutter
|
|
injectable_generator: ^1.5.4
|
|
json_serializable: ^6.3.1
|
|
|
|
flutter:
|
|
uses-material-design: true
|
|
assets:
|
|
- assets/images/
|
|
- assets/i18n/
|