-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
76 lines (67 loc) · 2.07 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
66
67
68
69
70
71
72
73
74
75
76
name: sham_states
description: "An app that connects to robots using ShamLib, developed by FRC 5907, in order to more easily debug state machines and control their behaviors."
publish_to: 'none'
version: 1.0.6+7
environment:
sdk: '>=3.4.3 <4.0.0'
#dart run msix:create
msix_config:
display_name: ShamStates
publisher_display_name: CC Shambots
identity_name: CCShambots.ShamStates
store: true
publisher: CN=A3792B11-8FEE-477E-B2FF-B9039EB1B82B
capabilities:
logo_path: C:\Users\barta\Documents\GitHub\sham_states\assets\icon\icon.png
# Dependencies specify other packages that your package needs in order to work.
# To automatically upgrade your package dependencies to the latest versions
# consider running `flutter pub upgrade --major-versions`. Alternatively,
# dependencies can be manually updated by changing the version numbers below to
# the latest version available on pub.dev. To see which dependencies have newer
# versions available, run `flutter pub outdated`.
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.6
shared_preferences: ^2.2.3
graphview: ^1.2.0
file_picker: ^8.0.6
package_info_plus: ^8.0.0
dot_cast: ^1.2.0
intl: ^0.19.0
messagepack: ^0.2.1
msgpack_dart: ^1.0.1
web_socket_channel: ^2.4.3
logger: ^2.0.2+1
path_provider: ^2.0.15
flutter_animate: ^4.5.0
flutter_launcher_icons: ^0.13.1
path: any
collection: any
rename_app: ^1.6.1
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.0
msix: ^3.16.7
# Run `flutter pub run flutter_launcher_icons`
flutter_launcher_icons:
android: "launcher_icon"
ios: true
image_path: "assets/icon/icon-512.png"
min_sdk_android: 21 # android min sdk min:16, default 21
remove_alpha_ios: true
web:
generate: true
image_path: "assets/icon/icon-512.png"
background_color: "#hexcode"
theme_color: "#hexcode"
windows:
generate: true
image_path: "assets/icon/icon-512.png"
icon_size: 48 # min:48, max:256, default: 48
macos:
generate: true
image_path: "assets/icon/icon-512.png"
flutter:
uses-material-design: true