-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpubspec.yaml
155 lines (147 loc) · 3.86 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
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
name: super_green_app
description: SuperGreenLab's mobile app
# The following defines the version and build number for your application.
# A version number is three numbers separated by dots, like 1.2.43
# followed by an optional build number separated by a +.
# Both the version and the builder number may be overridden in flutter
# build by specifying --build-name and --build-number, respectively.
# In Android, build-name is used as versionName while build-number used as versionCode.
# Read more about Android versioning at https://developer.android.com/studio/publish/versioning
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 1.2.41+127
publish_to: none
environment:
sdk: ">=2.14.0 <3.0.0"
dependencies:
flutter_portal:
flutter_slidable:
cached_network_image:
favicon:
flutter_datetime_picker_plus:
webview_flutter_plus: ^0.3.0+2
envied:
envied_generator:
qr_flutter:
web_socket_channel:
uuid:
rive:
animated_size_and_fade:
heic_to_jpg:
path: ./vendor/heic_to_jpg
enum_to_string:
uni_links:
tuple:
share_extend:
fluttertoast:
flutter_email_sender:
visibility_detector:
devicelocale:
yaml:
camera:
multicast_dns:
http:
rxdart:
flutter_svg:
permission_handler:
drift:
sqlite3_flutter_libs:
path_provider:
path:
hive:
hive_flutter:
bloc:
bloc_concurrency:
flutter_bloc:
provider:
equatable:
url_launcher:
basic_utils:
flutter_speed_dial:
path: ./vendor/flutter_speed_dial
event_bus:
video_player:
flutter_keyboard_visibility:
video_thumbnail:
flutter_localizations:
sdk: flutter
intl:
intl_generator:
card_swiper:
charts_flutter:
git:
url: https://github.com/supergreenlab/charts.git
path: charts_flutter
flutter_markdown:
youtube_player_flutter:
matrix_gesture_detector:
path: ./vendor/matrix_gesture_detector
connectivity:
firebase_messaging:
firebase_core:
flutter_local_notifications:
exif:
auto_size_text:
media_picker_builder:
# path: ../media_picker_builder/
# git: https://github.com/VidCamera/media_picker_builder.git
git: https://github.com/supergreenlab/media_picker_builder.git
image:
# git: https://github.com/supergreenlab/image.git
# flutter_image_compress:
device_info_plus:
wifi_iot:
# git: https://github.com/alternadom/WiFiFlutter.git
flutter:
sdk: flutter
cupertino_icons:
package_info:
shared_preferences:
flutter_screen_lock: ^9.0.1
intl_translation:
crisp_chat: ^2.0.2
# dependency_overrides:
# analyzer: 0.39.14
# path: 1.7.0
dev_dependencies:
hive_generator:
drift_dev:
build_runner:
flutter_test:
sdk: flutter
flutter:
uses-material-design: true
assets:
- assets/
- assets/feed_form/
- assets/plant_infos/
- assets/feed_card/
- assets/box_setup/
- assets/home/
- assets/checklist/
- assets/tutos/
- assets/settings/
- assets/products/
- assets/products/bundle/
- assets/products/growbox/
- assets/products/growing_medium/
- assets/products/nutrients/
- assets/products/seeds/
- assets/products/toolbox/
- assets/explorer/
- assets/app_bar/
- assets/firmware/ControllerV2.1/
- assets/firmware/ControllerV3/
- assets/firmware/SoloV2.1/
- assets/firmware/PickleV2.1/
- assets/firmware/DriverV2.1/
- assets/firmware/ScreenV1/
- assets/firmware/TipsV1/
- assets/firmware/ControllerV2.1/html_app/
- assets/firmware/ControllerV3/html_app/
- assets/firmware/SoloV2.1/html_app/
- assets/firmware/PickleV2.1/html_app/
- assets/firmware/DriverV2.1/html_app/
- assets/firmware/ScreenV1/html_app/
- assets/firmware/TipsV1/html_app/