-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpubspec.yaml
109 lines (104 loc) · 2.55 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
name: juai
description: "Gather all AI in the world."
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.1.4+114
environment:
sdk: '>=3.2.5 <4.0.0'
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
flutter_web_plugins:
sdk: flutter
annotations:
path: pub/annotations
shared_preferences: ^2.2.3
package_info_plus: ^8.0.0
pull_down_button: ^0.9.4
url_launcher: ^6.2.6
dio: ^5.4.3+1
image_picker: '1.0.8'
extended_image: ^9.0.7
cached_network_image:
flutter_slidable:
intl: '0.19.0'
permission_handler: ^11.3.1
path_provider: ^2.1.3
flutter_riverpod: ^2.6.1
riverpod_annotation:
infinite_scroll_pagination:
connectivity_plus: ^6.0.2
share_plus: ^10.1.2
record: ^5.0.5
logger: ^2.4.0
pretty_dio_logger: ^1.3.1
flutter_easyloading: ^3.0.5
hive: ^2.2.3
hive_flutter: ^1.1.0
markdown_widget:
git:
url: https://github.com/asjqkkkk/markdown_widget.git
ref: master
sqflite: '2.4.0'
sqflite_common_ffi:
path: ^1.8.3
photo_view: ^0.15.0
lottie: ^3.1.0
screenshot: ^3.0.0
synchronized: any
json_annotation: ^4.9.0
easy_refresh:
freezed_annotation: ^2.4.4
visibility_detector: ^0.4.0+2
flutter_staggered_grid_view:
flutter_screenutil:
shimmer:
dart_sm: ^0.1.5
window_manager:
fluent_ui:
flutter_svg:
dev_dependencies:
freezed: ^2.5.7
flutter_lints: ^2.0.0
#flutter pub run flutter_launcher_icons
flutter_launcher_icons: "^0.13.1"
hive_generator: ^2.0.1
build_runner:
# the code generator
riverpod_generator:
# riverpod_lint makes it easier to work with Riverpod
riverpod_lint:
# import custom_lint too as riverpod_lint depends on it
custom_lint:
flutter_swiper_null_safety:
json_serializable:
flutter_launcher_icons:
android: "launcher_icon"
ios: true
remove_alpha_ios: true
image_path: "assets/images/logo.png"
min_sdk_android: 21 # android min sdk min:16, default 21
windows:
generate: true
image_path: "assets/images/logo.png"
icon_size: 48 # min:48, max:256, default: 48
flutter:
uses-material-design: true
assets:
- assets/
- assets/command.json
- assets/images/
- assets/svgs/
- assets/lottie/
flutter_intl:
enabled: true
flutter_native_splash:
color: "#FFFFFF"
color_android: "#FFFFFF"
color_dark_android: "#111111"
color_ios: "#FFFFFF"
color_dark_ios: "#111111"
android_12:
color: "#FFFFFF"
color_dark: "#111111"