-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
80 lines (65 loc) · 1.66 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
name: rpl
description: A new Flutter project.
# The following line prevents the package from being accidentally published to
# pub.dev using `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: ">=2.12.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
easy_localization: ^3.0.0
restart_app: ^1.0.3
dio: ^4.0.0
url_launcher: ^6.0.9
google_maps_flutter: ^2.0.6
location: ^4.3.0
geoflutterfire2: ^2.3.8
flutter_polyline_points: ^1.0.0
firebase_core: ^1.1.1
firebase_auth: ^1.1.4
cloud_firestore: ^2.1.0
stacked: ^2.2.2
stacked_services: ^0.8.10
stacked_firebase_auth: ^0.2.5
stacked_themes: ^0.3.6
shared_preferences: ^2.0.5
cupertino_icons: ^1.0.3
font_awesome_flutter: ^9.0.0
json_annotation:
freezed_annotation: ^0.14.2
visibility_detector: ^0.2.0
flutter_native_splash: ^1.1.8+4
dev_dependencies:
build_runner: ^2.0.2
stacked_generator: ^0.4.1
flutter_launcher_icons: ^0.9.0
json_serializable:
freezed:
flutter_test:
sdk: flutter
flutter:
uses-material-design: true
assets:
- assets/fonts/
- assets/map_styles/
- assets/images/
- assets/translations/
fonts:
- family: Poppins
fonts:
- asset: assets/fonts/Poppins-Regular.ttf
- asset: assets/fonts/Poppins-Medium.ttf
weight: 500
- asset: assets/fonts/Poppins-Bold.ttf
weight: 700
flutter_icons:
android: "launcher_icon"
ios: true
image_path: "assets/icon/icon.png"
flutter_native_splash:
color: "#ECECEC"
image: assets/icon/icon.png
color_dark: "#06231B"
android12: true