-
Notifications
You must be signed in to change notification settings - Fork 58
/
pubspec.yaml
75 lines (69 loc) · 1.61 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
71
72
73
74
75
name: answer
version: 1.1.1+16
publish_to: none
description: A new Flutter project.
environment:
sdk: '>=2.18.1 <3.0.0'
dependencies:
cached_network_image: ^3.2.3
chat_gpt_sdk: ^2.0.1
collection: ^1.16.0
cupertino_icons: ^1.0.2
dio: ^5.0.1
flutter:
sdk: flutter
flutter_cache_manager: ^3.3.0
flutter_easyloading: ^3.0.5
flutter_highlight: ^0.7.0
flutter_launcher_icons: ^0.12.0
flutter_mailer: ^2.0.2
flutter_markdown: ^0.6.14
flutter_native_splash: ^2.2.18
flutter_svg: ^2.0.2
fluttertoast: ^8.2.1
get: ^4.6.5
highlight: ^0.7.0
hive_flutter: ^1.1.0
http: ^0.13.5
in_app_review: ^2.0.6
intl: ^0.18.0
markdown: ^7.0.1
path: ^1.8.2
path_provider: ^2.0.13
pretty_dio_logger: ^1.3.1
share_plus: ^6.3.1
sqflite: ^2.2.5
url_launcher: ^6.1.10
dev_dependencies:
build_runner: ^2.3.3
change_app_package_name: ^1.1.0
drift_dev: ^2.4.1
flutter_lints: 2.0.1
flutter_test:
sdk: flutter
flutter:
uses-material-design: true
assets:
- assets/images/
- assets/files/
flutter_native_splash:
color: "#ffffff"
image: assets/images/logo-white.png
flutter_icons:
android: "launcher_icon"
ios: true
remove_alpha_ios: true
image_path: "assets/images/logo-green.png"
min_sdk_android: 21 # android min sdk min:16, default 21
web:
generate: true
image_path: "assets/images/logo-green.png"
background_color: "#hexcode"
theme_color: "#hexcode"
windows:
generate: true
image_path: "assets/images/logo-green.png"
icon_size: 48 # min:48, max:256, default: 48
macos:
generate: true
image_path: "assets/images/logo-green.png"