forked from GDSC-TEAM-1-PathPal/PathPal-Flutter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
120 lines (100 loc) Β· 3.78 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
name: pathpal
description: "μ₯μ μΈ κ΅ν΅μ§μ μλΉμ€"
# The following line prevents the package from being accidentally published to
# pub.dev using `flutter pub publish`. This is preferred for private packages.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: '>=3.2.4 <4.0.0'
# Dependencies specify other packages that your package needs in order to work.
# To automatically upgrade your package dependencies to the latest versions
# consider running `flutter pub upgrade --major-versions`. Alternatively,
# dependencies can be manually updated by changing the version numbers below to
# the latest version available on pub.dev. To see which dependencies have newer
# versions available, run `flutter pub outdated`.
dependencies:
google_fonts: ^6.1.0
flutter:
sdk: flutter
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.2
firebase_core: ^2.24.2
flutter_native_splash: ^2.3.9
flutter_launcher_icons: ^0.13.1
google_sign_in: ^6.2.1
firebase_auth: ^4.16.0
cloud_firestore: ^4.14.0
fluttertoast: ^8.2.4
google_maps_flutter: ^2.5.3
http: ^1.2.0
flutter_polyline_points: ^2.0.0
location: ^5.0.3
geolocator: ^10.1.0
intl: ^0.19.0
geocoding: ^2.1.1
customizable_datetime_picker: ^0.0.3
flutter_dotenv: ^5.1.0
easy_stepper: ^0.8.3
provider: ^6.1.1
adaptive_dialog: ^2.0.0
flutter_dialogs: ^3.0.0
flutter_rating_bar: ^4.0.0
url_launcher: ^6.2.4
collection: ^1.15.0
speech_to_text: ^6.1.1
flutter_tts: ^3.6.3
dev_dependencies:
flutter_test:
sdk: flutter
# The "flutter_lints" package below contains a set of recommended lints to
# encourage good coding practices. The lint set provided by the package is
# activated in the `analysis_options.yaml` file located at the root of your
# package. See that file for information about deactivating specific lint
# rules and activating additional ones.
flutter_lints: ^2.0.0
flutter_launcher_icons:
android: true
ios: true
remove_alpha_ios: true
image_path: "assets/images/app-icon.png"
min_sdk_android: 21
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
# The following section is specific to Flutter packages.
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/images/logo.png
- assets/images/google-icon.png
- assets/images/basic-profile.png
- assets/images/circle-icon.png
- assets/images/red-circle-icon.png
- assets/images/timer-icon.png
- assets/images/arrow-icon.png
- assets/images/car-image.png
- assets/images/walk-image.png
- assets/images/left-arrow-icon.png
- assets/images/cancel-icon.png
- .env
fonts:
- family: login
fonts:
- asset: assets/fonts/MPLUSRounded1c-Black.ttf
weight: 700
- asset: assets/fonts/MPLUSRounded1c-Medium.ttf
weight: 200
# 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
#
# For details regarding fonts from package dependencies,
# see https://flutter.dev/custom-fonts/#from-packages