-
Notifications
You must be signed in to change notification settings - Fork 238
Expand file tree
/
Copy pathpubspec.yaml
More file actions
159 lines (152 loc) · 3.99 KB
/
pubspec.yaml
File metadata and controls
159 lines (152 loc) · 3.99 KB
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
name: thingsboard_app
description: Flutter ThingsBoard Mobile Application
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.8.0+13
environment:
sdk: ^3.7.0
flutter: ">=3.0.0"
dependencies:
flutter:
sdk: flutter
thingsboard_client: ^4.1.0
intl: ^0.19.0
flutter_secure_storage: ^9.0.0
flutter_speed_dial: ^7.0.0
cupertino_icons: ^1.0.6
fluro: ^2.0.5
flutter_svg: ^2.0.9
jovial_svg: ^1.1.19
auto_size_text: ^3.0.0-nullsafety.0
infinite_scroll_pagination: ^4.0.0
fading_edge_scrollview: ^4.0.0
stream_transform: ^2.1.0
flutter_inappwebview: ^6.1.5
url_launcher: ^6.2.1
image_picker: ^1.0.4
mime: ^1.0.4
logger: ^2.5.0
device_info_plus: ^10.1.0
geolocator: ^12.0.0
geolocator_android: 4.6.1
material_design_icons_flutter: ^7.0.7296
package_info_plus: ^8.0.0
dart_jsonwebtoken: ^2.12.1
crypto: ^3.0.3
flutter_form_builder: ^9.1.1
form_builder_validators: ^10.0.1
flutter_html: 3.0.0-beta.2
universal_html: ^2.2.4
universal_platform: ^1.0.0+1
preload_page_view: ^0.2.0
flutter_localizations:
sdk: flutter
firebase_core: ^3.1.0
firebase_messaging: ^15.0.1
flutter_local_notifications: ^17.1.2
flutter_new_badger: ^1.0.1
timeago: ^3.6.1
flutter_bloc: ^8.1.5
get_it: ^7.6.7
equatable: ^2.0.5
app_links: ^6.3.2
collection: ^1.18.0
html: ^0.15.4
hive: ^2.2.3
hive_flutter: ^1.1.0
modal_bottom_sheet: ^3.0.0
event_bus: ^2.0.0
google_fonts: ^6.2.1
expandable: ^5.0.1
focused_menu: ^1.0.5
flutter_esp_ble_prov: ^0.1.7
esp_smartconfig: ^2.0.4
permission_handler: ^11.3.1
wifi_scan: ^0.4.1+1
open_settings_plus: ^0.4.0
plugin_wifi_connect:
git:
url: https://github.com/thingsboard/flutter_wifi_connect
toastification: ^2.3.0
flutter_widget_from_html: ^0.16.0
file_picker: ^9.0.0
freezed_annotation: ^3.1.0
json_annotation: ^4.9.0
mobile_scanner: ^7.0.1
flutter_hooks: ^0.21.2
esp_provisioning_softap:
git:
url: https://github.com/thingsboard/esp_provisioning_softap
flutter_slidable: ^4.0.0
flutter_native_splash: ^2.4.4
super_tooltip: ^2.1.0
go_router: ^17.0.0
hooks_riverpod: ^2.6.1
country_picker: ^2.0.27
flutter_localized_locales: ^2.0.5
native_device_orientation: ^2.0.5
reactive_forms: ^18.2.0
reactive_phone_form_field: ^5.0.2
barcode: ^2.2.9
riverpod_annotation: ^2.6.1
path_provider: ^2.1.5
dev_dependencies:
integration_test:
sdk: flutter
flutter_test:
sdk: flutter
flutter_launcher_icons: ^0.14.4
mocktail: ^1.0.3
bloc_test: ^9.1.7
flutter_lints: ^2.0.3
build_runner: ^2.4.9
custom_lint: ^0.7.0
lint: 2.8.0
flutter_gen: ^5.11.0
riverpod_generator: ^2.6.5
json_serializable: ^6.9.5
freezed: ^3.1.0
dependency_overrides:
logger: ^2.5.0
http: ^1.3.0
wakelock_plus: ^1.3.2
flutter:
uses-material-design: true
assets:
- assets/images/
flutter_launcher_icons:
### android config
android: "launcher_icon"
#fallback android icon
image_path_android: "assets/branding/icon_filled.png"
# icon config for android 13+
adaptive_icon_background: "#ffffff"
adaptive_icon_foreground: "assets/branding/icon_foreground.png"
adaptive_icon_foreground_inset: 16
adaptive_icon_monochrome: "assets/branding/icon_monochrome.png"
###
### ios config
ios: true
#fallback ios icon
image_path_ios: "assets/branding/icon_foreground.png"
background_color_ios: "#ffffff"
desaturate_tinted_to_grayscale_ios: true
remove_alpha_ios: true
# ios 18+ icon
image_path_ios_dark_transparent: "assets/branding/icon_foreground.png"
# ios 26 liquid glass icon currently this config is not implemented
# image_path_ios_liquid_glass_icon: "assets/branding/icon_liquid_glass_ios.png"
# liquid_glass_specular_ios: true
# liquid_glass_blur_ios: 0.2
# liquid_glass_icon_scale: 0.73
# liquid_glass_translucency_ios: 0.3
# liquid_glass_shadow_opacity_ios: 0.3
###
flutter_intl:
enabled: true
flutter_gen:
output: lib/generated
integrations:
image: true
flutter_svg: true
rive: true
lottie: true