-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
52 lines (47 loc) · 1.6 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
name: hello_stranger
description: 畢業專題 App
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 0.2.0+3
environment:
sdk: ">=2.17.1 <3.0.0"
dependencies:
flutter:
sdk: flutter
audio_video_progress_bar: ^0.11.0 # 音樂播放進度條
auto_size_text: ^3.0.0 # 自動調整字體大小
cloud_firestore: ^4.0.4 # Firebase Firestore Database
cloud_functions: ^4.0.3 # Firebase Cloud Functions
cupertino_icons: ^1.0.5
dio: ^4.0.6
firebase_analytics: ^10.0.4
firebase_auth: ^4.1.1 # Firebase Authentication
firebase_core: ^2.1.1
firebase_messaging: ^14.0.4 # Firebase Cloud Messaging
firebase_storage: ^11.0.4 # Firebase Cloud Storage
flutter_blue_plus: ^1.3.1 # 查看裝置藍芽是否有開啟
flutter_spinkit: ^5.1.0 # 按鈕載入動畫
flutter_reactive_ble: ^5.0.2
fluttertoast: ^8.1.1 # toast
image_cropper: ^3.0.1 # 照片裁剪
image_picker: ^0.8.6 # 照片選擇
just_audio: ^0.9.30 # 音樂播放器
package_info_plus: ^3.0.1 # 取得版本號
path_provider: ^2.0.11 # 本地檔案讀寫
pin_code_fields: ^7.4.0 # 手機認證碼區塊
permission_handler: ^10.2.0 # 權限請求
provider: ^6.0.4
qr_code_scanner: ^1.0.1
shared_preferences: ^2.0.15 # 儲存不需同步到雲端的值
url_launcher: ^6.1.6 # 使用瀏覽器開啟網頁
wakelock: ^0.6.2 # 保持螢幕開啟
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
flutter:
uses-material-design: true
assets:
- assets/app_logo_foreground.png
- assets/default_account_photo.png
- assets/loading_image.gif
- assets/no_image.png