-
Notifications
You must be signed in to change notification settings - Fork 4
/
pubspec.yaml
63 lines (60 loc) · 1.41 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: simple_app
description: A new Flutter project.
publish_to: "none" # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: ">=2.16.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
flutter_screenutil: ^5.9.3
fluttertoast: ^8.2.8
provider: ^6.1.2
shared_preferences: ^2.3.3
permission_handler: ^11.3.1
flutter_local_notifications: ^18.0.1
date_format: ^2.0.9
flutter_native_splash: ^2.4.3
cupertino_icons: ^1.0.8
back_button_interceptor: ^8.0.0
device_info_plus: ^11.1.1
sqflite: ^2.4.1
path_provider: ^2.1.5
flutter_staggered_grid_view: ^0.7.0
flutter_slidable: ^3.1.1
flutter_quill: ^10.8.5
decimal: ^3.0.2
auto_size_text: ^3.0.0
flutter_sticky_header: ^0.7.0
animated_flip_counter: ^0.3.4
percent_indicator: ^4.2.3
vibration: ^2.0.1
flutter_sound: ^9.17.0
shimmer: ^3.0.0
sembast: ^3.7.5+2
sembast_web: ^2.4.0+4
flutter_localizations:
sdk: flutter
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^5.0.0
flutter:
uses-material-design: true
assets:
- assets/15199.mp3
flutter_intl:
enabled: true
localizely:
project_id: "66"
# 配置启动页
flutter_native_splash:
color: "#e1f5fe"
image: assets/logo_lockup_flutter_vertical.png
color_dark: "#042a49"
image_dark: assets/logo_lockup_flutter_vertical_wht.png
android: true
ios: true
web: false
android_gravity: center
fullerene: true