-
Notifications
You must be signed in to change notification settings - Fork 166
/
pubspec.yaml
114 lines (104 loc) · 2.92 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
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
name: thingsboard_app
description: Flutter ThingsBoard Mobile Application
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.3.0
environment:
sdk: ">=3.2.0 <4.0.0"
dependencies:
flutter:
sdk: flutter
thingsboard_client: ^1.3.1
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.0.0
# flutter_downloader: ^1.6.0
# permission_handler: ^8.0.0+2
# path_provider: ^2.0.2
url_launcher: ^6.2.1
image_picker: ^1.0.4
mime: ^1.0.4
logger: ^2.0.2+1
qr_code_scanner: ^1.0.1
device_info_plus: ^10.1.0
geolocator: ^12.0.0
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_app_badger: ^1.5.0
timeago: ^3.6.1
flutter_slidable: ^3.0.1
flutter_bloc: ^8.1.5
get_it: ^7.6.7
equatable: ^2.0.5
uni_links: ^0.5.1
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
dev_dependencies:
flutter_test:
sdk: flutter
flutter_launcher_icons: ^0.13.1
mocktail: ^1.0.3
bloc_test: ^9.1.7
flutter_lints: ^2.0.0
hive_generator: ^2.0.1
build_runner: ^2.4.9
flutter:
uses-material-design: true
assets:
- assets/images/
generate: true
# An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.dev/assets-and-images/#resolution-aware.
# For details regarding adding assets from package dependencies, see
# https://flutter.dev/assets-and-images/#from-packages
# To add custom fonts to your application, add a fonts section here,
# in this "flutter" section. Each entry in this list should have a
# "family" key with the font family name, and a "fonts" key with a
# list giving the asset and other descriptors for the font. For
# example:
# fonts:
# - family: Schyler
# fonts:
# - asset: fonts/Schyler-Regular.ttf
# - asset: fonts/Schyler-Italic.ttf
# style: italic
# - family: Trajan Pro
# fonts:
# - asset: fonts/TrajanPro.ttf
# - asset: fonts/TrajanPro_Bold.ttf
# weight: 700
#
# For details regarding fonts from package dependencies,
# see https://flutter.dev/custom-fonts/#from-packages
flutter_icons:
android: "launcher_icon"
ios: true
remove_alpha_ios: true
image_path: "assets/images/thingsboard.png"
flutter_intl:
enabled: true