-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpubspec.yaml
70 lines (63 loc) · 1.56 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
name: nutsnbolts
description: "Mobile app for you to get help with everyday maintenance tasks in your home"
publish_to: "none"
version: 0.3.0
environment:
sdk: ">=3.2.3 <4.0.0"
dependencies:
flutter:
sdk: flutter
animated_bottom_navigation_bar: ^1.3.3
cloud_firestore: ^5.0.2
dart_openai: ^5.1.0
dash_chat_2: ^0.0.21
dropdown_button2: ^2.3.9
envied: ^0.5.4+1
firebase_auth: ^5.1.1
firebase_core: ^3.1.1
firebase_storage: ^12.1.0
firebase_ui_auth: ^1.15.0
firebase_ui_oauth_google: ^1.3.3
flutter_map: ^7.0.2
flutter_map_location_marker: ^9.0.0
google_sign_in: ^6.2.1
http: ^1.2.1
image_cropper: ^7.1.0
image_picker: ^1.1.2
intl: ^0.19.0
latlong2: ^0.9.1
loading_animation_widget: ^1.2.1
location: ^7.0.0
path: ^1.9.0
provider: ^6.1.2
swipe_cards: ^2.0.0+1
multi_select_flutter: ^4.1.3
flutter_slidable: ^3.1.0
dev_dependencies:
build_runner: ^2.4.11
flutter_test:
sdk: flutter
flutter_lints: ^4.0.0
envied_generator: ^0.5.4+1
flutter_launcher_icons: ^0.13.1
flutter_launcher_icons:
android: true
ios: true
image_path: "assets/images/logo.png"
flutter:
uses-material-design: true
assets:
- assets/nnb.jpeg
- assets/images/logo.png
- assets/images/worker.png
fonts:
- family: Poppins
fonts:
- asset: assets/fonts/Poppins-Regular.ttf
- asset: assets/fonts/Poppins-Bold.ttf
weight: 400
- family: RobotoCondensed
fonts:
- asset: assets/fonts/RobotoCondensed-Regular.ttf
- asset: assets/fonts/RobotoCondensed-Bold.ttf
weight: 400