This repository has been archived by the owner on Dec 31, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpubspec.yaml
70 lines (62 loc) · 1.47 KB
/
pubspec.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
name: yolx
description: An aria2 client
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 0.3.9+1
environment:
sdk: '>=2.17.0 <3.0.0'
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
file_selector: ^1.0.2
uuid: ^4.3.3
path_provider: ^2.1.2
flutter_single_instance: ^0.0.1
path: ^1.8.0
logger: ^2.0.2+1
fluent_ui: ^4.8.6
provider: ^6.0.5
system_theme: ^2.3.1
window_manager: ^0.3.0
url_launcher: ^6.1.7
go_router: ^10.0.0
shared_preferences: ^2.2.2
handy_window: ^0.3.1
tray_manager: ^0.2.1
desktop_drop: ^0.4.4
dotted_decoration: ^2.0.0
flutter_svg: ^2.0.10+1
device_info_plus: ^9.1.2
permission_handler: ^11.3.0
flutter_easyloading: ^3.0.5
dev_dependencies:
flutter_test:
sdk: flutter
flutter_native_splash: ^2.1.6
flutter_lints: ^2.0.2
flutter_launcher_icons: ^0.13.1
flutter:
uses-material-design: true
assets:
- assets/
- lib/resources/
flutter_native_splash:
color: "#000000"
image: assets/logo.png
flutter_launcher_icons:
android: "ic_launcher"
adaptive_icon_background: "#131367"
adaptive_icon_foreground: "assets/icon-foreground.png"
ios: false
image_path: "assets/logo.png"
min_sdk_android: 21 # android min sdk min:16, default 21
windows:
generate: true
image_path: "assets/logo.png"
icon_size: 48 # min:48, max:256, default: 48
macos:
generate: true
image_path: "assets/logo.png"
flutter_intl:
enabled: true