-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
55 lines (39 loc) · 1011 Bytes
/
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
name: gardenguru
description: A new Flutter project.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: '>=3.1.0 <4.0.0'
dependencies:
flutter:
sdk: flutter
firebase_database: ^10.2.6
firebase_core: ^2.16.0
google_fonts: ^5.1.0
provider: ^6.0.5
auto_route: ^7.8.3
counter_button: ^1.0.1
image_picker: ^1.0.4
socket_io_client: ^2.0.3+1
dotted_border: ^2.0.0+3
firebase_auth: ^4.10.1
cloud_firestore: ^4.9.3
flutter_svg: ^2.0.7
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
auto_route_generator: ^7.3.1
build_runner: ^2.4.6
flutter:
# The following line ensures that the Material Icons font is
# included with your application, so that you can use the icons in
# the material Icons class.
uses-material-design: true
assets:
- assets/plants/
- assets/category/
- assets/shopping/
- assets/other_material/
- assets/disease/
- assets/weather/