-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
pubspec.yaml
65 lines (60 loc) · 1.49 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
name: ble_ota_app
description: Upload firmware over bluetooth.
publish_to: 'none'
version: 1.2.1+12
environment:
sdk: '>=3.0.0 <4.0.0'
dependencies:
flutter:
sdk: flutter
ble_backend: ^1.3.0
ble_backend_factory: ^1.3.0
ble_ota: ^1.1.0
cupertino_icons: ^1.0.8
file_picker: ^8.1.4
http: ^1.2.2
permission_handler: ^11.3.1
device_info_plus: ^11.0.0
wakelock_plus: ^1.2.8
expandable: ^5.0.1
meta: ^1.15.0
jumping_dot: ^0.0.7
easy_localization: ^3.0.7
flutter_markdown: ^0.7.4
flutter_pin_code_fields: ^2.2.0
flutter_settings_screens: ^0.3.4
url_launcher: ^6.3.1
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^5.0.0
icons_launcher: ^3.0.0
flutter:
uses-material-design: true
assets:
- assets/translations/
icons_launcher:
image_path: "assets/images/icon.png"
platforms:
android:
enable: true
image_path: "assets/images/icon.png"
adaptive_background_color: '#ffffff'
adaptive_foreground_image: "assets/images/icon_color_foreground.png"
adaptive_monochrome_image: "assets/images/icon_mono_foreground.png"
ios:
enable: true
image_path: "assets/images/icon.png"
web:
enable: true
image_path: "assets/images/icon.png"
favicon_path: "assets/images/icon.png"
macos:
enable: true
image_path: "assets/images/icon.png"
windows:
enable: true
image_path: "assets/images/icon.png"
linux:
enable: false
image_path: "assets/images/icon.png"