-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
84 lines (67 loc) · 1.71 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
name: spark_ev
description: Spark ev app.
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: '>=3.0.5 <4.0.0'
dependencies:
collection: ^1.17.1
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
realm: ^1.2.0
cupertino_icons: ^1.0.2
rive: ^0.11.4
google_fonts: ^4.0.4
google_maps_flutter: ^2.3.1
google_sign_in: ^6.1.4
flutter_polyline_points: ^1.0.0
http: ^0.13.6
dio: ^5.2.1+1
googleapis_auth: ^1.4.1
googleapis: ^11.2.0
firebase_core: ^2.14.0
flutter_launcher_icons: ^0.13.1
intl: ^0.18.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
change_app_package_name: ^1.1.0
flutter_launcher_icons:
android: "launcher_icon"
ios: true
image_path: "assets/images/launchicon.png"
min_sdk_android: 21 # android min sdk min:16, default 21
web:
generate: true
image_path: "assets/images/launchicon.png"
background_color: "#F8A942"
theme_color: "#F8A942"
windows:
generate: true
image_path: "assets/images/launchicon.png"
icon_size: 48 # min:48, max:256, default: 48
macos:
generate: true
image_path: "assets/images/launchicon.png"
flutter:
uses-material-design: true
assets:
- assets/images/clock.png
- assets/images/email.png
- assets/images/google-maps.png
- assets/images/launchicon.png
- assets/images/left1.png
- assets/images/left2.png
- assets/images/listicon.png
- assets/images/new.png
- assets/images/OpenStreetMap.png
- assets/images/padlock.png
- assets/images/pencil.png
- assets/images/pin.png
- assets/images/star2.png
- assets/images/user1.png
- assets/animations/vehicle_loader2.riv
- assets/animations/vehicle_loader3.riv