Optimize delayed sorting performance Add expansion panel proxies page Support to adjust the proxy card size Support to adjust proxies columns number
69 lines
1.5 KiB
YAML
69 lines
1.5 KiB
YAML
name: fl_clash
|
|
description: A multi-platform proxy client based on ClashMeta, simple and easy to use, open-source and ad-free.
|
|
publish_to: 'none'
|
|
version: 0.8.28
|
|
environment:
|
|
sdk: '>=3.1.0 <4.0.0'
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
flutter_localizations:
|
|
sdk: flutter
|
|
intl: ^0.19.0
|
|
path_provider: ^2.1.0
|
|
path: ^1.8.3
|
|
shared_preferences: ^2.2.0
|
|
provider: ^6.0.5
|
|
window_manager: ^0.3.8
|
|
ffi: ^2.1.0
|
|
dynamic_color: ^1.7.0
|
|
proxy:
|
|
path: plugins/proxy
|
|
launch_at_startup: ^0.2.2
|
|
windows_single_instance: ^1.0.1
|
|
json_annotation: ^4.9.0
|
|
file_picker: ^8.0.3
|
|
mobile_scanner: ^5.1.1
|
|
app_links: ^3.5.0
|
|
win32_registry: ^1.1.2
|
|
tray_manager: ^0.2.1
|
|
collection: ^1.18.0
|
|
animations: ^2.0.11
|
|
package_info_plus: ^7.0.0
|
|
url_launcher: ^6.2.6
|
|
freezed_annotation: ^2.4.1
|
|
image_picker: ^1.1.2
|
|
zxing2: ^0.2.3
|
|
image: ^4.1.7
|
|
webdav_client: ^1.2.2
|
|
dio: ^5.4.3+1
|
|
country_flags: ^2.2.0
|
|
re_editor: ^0.3.0
|
|
re_highlight: ^0.0.3
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
flutter_lints: ^3.0.1
|
|
ffigen: ^11.0.0
|
|
json_serializable: ^6.7.1
|
|
build_runner: ^2.4.9
|
|
args: ^2.4.2
|
|
freezed: ^2.5.1
|
|
|
|
flutter:
|
|
uses-material-design: true
|
|
assets:
|
|
- assets/data/
|
|
- assets/images/
|
|
ffigen:
|
|
name: "ClashFFI"
|
|
output: 'lib/clash/generated/clash_ffi.dart'
|
|
headers:
|
|
entry-points:
|
|
- 'libclash/android/arm64-v8a/libclash.h'
|
|
flutter_intl:
|
|
enabled: true
|
|
class_name: AppLocalizations
|
|
arb_dir: lib/l10n/arb
|
|
output_dir: lib/l10n |