-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
119 lines (107 loc) · 3.3 KB
/
Copy pathpubspec.yaml
File metadata and controls
119 lines (107 loc) · 3.3 KB
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: blitz
description: blitz through the
publish_to: 'none'
version: 1.0.0+2
environment:
sdk: '>=3.3.4 <4.0.0'
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.6
google_maps_flutter: ^2.6.1
geolocator: ^11.0.0
timelines_plus: ^1.0.2
http: ^1.2.1
flutter_polyline_points: ^2.0.0
shared_preferences: ^2.2.3
provider: ^6.1.2
otp_text_field: ^1.1.3
cached_network_image: ^3.3.1
permission_handler: ^11.3.1
carousel_slider: ^4.2.1
flutter_stripe: ^10.1.1
intl: ^0.19.0
pretty_qr_code: ^3.3.0
screen_brightness: ^1.0.1
flutter_dotenv: ^5.1.0
lottie: ^3.1.2
flutter_svg: ^2.0.10+1
sentry_flutter: ^8.6.0
webview_flutter: ^4.8.0
sign_in_with_apple: ^6.1.1
glass: ^2.0.0+1
flutter_launcher_icons: ^0.13.1
widget_to_marker: ^1.0.6
stroke_text: ^0.0.3
package_info_plus: ^8.0.2
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.0
flutter_icons:
android: 'launcher_icon'
ios: true
image_path: assets/icons/logo.png
flutter:
uses-material-design: true
fonts:
- family: UberMoveMedium
fonts:
- asset: fonts/UberMoveMedium.otf
- family: UberMoveBold
fonts:
- asset: fonts/UberMoveBold.otf
- family: SFProDisplay
fonts:
- asset: fonts/SF-Pro-Display-Black.otf
- asset: fonts/SF-Pro-Display-BlackItalic.otf
- asset: fonts/SF-Pro-Display-Bold.otf
- asset: fonts/SF-Pro-Display-BoldItalic.otf
- asset: fonts/SF-Pro-Display-Heavy.otf
- asset: fonts/SF-Pro-Display-HeavyItalic.otf
- asset: fonts/SF-Pro-Display-Light.otf
- asset: fonts/SF-Pro-Display-LightItalic.otf
- asset: fonts/SF-Pro-Display-Medium.otf
- asset: fonts/SF-Pro-Display-MediumItalic.otf
- asset: fonts/SF-Pro-Display-Regular.otf
- asset: fonts/SF-Pro-Display-RegularItalic.otf
- asset: fonts/SF-Pro-Display-Semibold.otf
- asset: fonts/SF-Pro-Display-SemiboldItalic.otf
- asset: fonts/SF-Pro-Display-Thin.otf
- asset: fonts/SF-Pro-Display-ThinItalic.otf
- asset: fonts/SF-Pro-Display-Ultralight.otf
- asset: fonts/SF-Pro-Display-UltralightItalic.otf
- family: SFProRounded
fonts:
- asset: fonts/SF-Pro-Rounded-Black.otf
- asset: fonts/SF-Pro-Rounded-Bold.otf
- asset: fonts/SF-Pro-Rounded-Heavy.otf
- asset: fonts/SF-Pro-Rounded-Light.otf
- asset: fonts/SF-Pro-Rounded-Medium.otf
- asset: fonts/SF-Pro-Rounded-Regular.otf
- asset: fonts/SF-Pro-Rounded-Semibold.otf
- asset: fonts/SF-Pro-Rounded-Thin.otf
- asset: fonts/SF-Pro-Rounded-Ultralight.otf
assets:
- assets/images/logo.png
- assets/images/tce.png
- assets/images/ApplePay.png
- assets/images/PayWAP.png
- assets/images/visa-color_large.png
- assets/images/mastercard-color_large.png
- assets/lottie/tick.json
- assets/lottie/tickw.json
- assets/images/googlelogo.svg
- assets/images/applelogo.svg
- assets/images/blitzminimal.svg
- assets/images/stock1.jpg
- assets/icons/logo.png
- assets/images/mastercard.svg
- assets/images/googlepay.svg
- assets/images/applepay.svg
- assets/images/visa.svg
- .env
flutter_launcher_icons:
android: 'launcher_icon'
image_path: 'assets/icon.png'
min_sdk_android: 21