-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
45 lines (39 loc) · 1.01 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
name: flutter_osc_client
description: A new Flutter application.
version: 1.0.0+1
environment:
sdk: ">=2.1.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^0.1.2
http: ^0.12.0+2
flutter_webview_plugin: ^0.3.3
shared_preferences: ^0.5.2
event_bus: ^1.1.0
barcode_scan: ^1.0.0
sensors: ^0.4.0+1
vibration: 1.0.2
image_picker: ^0.5.0+9
dev_dependencies:
flutter_test:
sdk: flutter
flutter:
uses-material-design: true
assets:
#导航栏图标
- assets/images/ic_nav_news_normal.png
- assets/images/ic_nav_news_actived.png
- assets/images/ic_nav_tweet_normal.png
- assets/images/ic_nav_tweet_actived.png
- assets/images/ic_nav_discover_normal.png
- assets/images/ic_nav_discover_actived.png
- assets/images/ic_nav_my_normal.png
- assets/images/ic_nav_my_pressed.png
#抽屉背景
- assets/images/cover_img.jpg
#用户默认头像
- assets/images/ic_avatar_default.png
#摇一摇背景图
- assets/images/shake.png
- assets/images/ic_add_pics.png