-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
63 lines (57 loc) · 1.39 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
name: zephyr
description: A notes and tasks app implementation
version: 2.2.1
environment:
sdk: ^3.5.4
flutter: ">=3.0.0"
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
cupertino_icons: 1.0.8
provider: ^6.1.1
shared_preferences: ^2.2.2
path_provider: ^2.1.1
sqflite: ^2.3.0
uuid: ^4.2.1
intl: ^0.19.0
json_annotation: ^4.8.1
collection: ^1.17.2
path: ^1.8.3
flutter_secure_storage: ^9.0.0
encrypt: ^5.0.3
sembast: ^3.5.0+1
font_awesome_flutter: ^10.7.0
flutter_staggered_grid_view: ^0.7.0
material_design_icons_flutter: ^6.0.0
flutter_colorpicker: ^1.1.0
image_picker: ^1.1.2
palette_generator: ^0.3.3
image_cropper: ^5.0.1
share_plus: ^7.2.1
tuple: ^2.0.0
image: ^4.3.0
flutter_image_compress: ^2.3.0
flutter_quill: ^10.8.5
flutter_launcher_icons: ^0.14.1
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.1
build_runner: ^2.4.6
json_serializable: ^6.7.1
flutter:
uses-material-design: true
assets:
- assets/images/cloud_pattern.png
- assets/images/banana_pattern.png
- assets/images/snow_pattern.png
flutter_launcher_icons:
android: "ic_launcher"
ios: true
macos:
image_path: "assets/app_icon.png"
image_path: "assets/app_icon.png"
min_sdk_android: 21 # android min sdk min:16, default 21
remove_alpha_ios: true # 防止透明通道导致App Store上传问题