-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
75 lines (62 loc) Β· 1.78 KB
/
pubspec.yaml
File metadata and controls
75 lines (62 loc) Β· 1.78 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
name: pitstop_frontend
description: "A Flutter frontend for the PitStop roadside assistance app."
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: '>=3.4.0 <4.0.0'
# -------------------------------------------------
# π§± DEPENDENCIES
# -------------------------------------------------
dependencies:
flutter:
sdk: flutter
# --- CORE & STATE MANAGEMENT ---
provider: ^6.1.2
# --- FIREBASE & AUTH (Compatible Set) ---
firebase_core: ^4.2.0
firebase_auth: ^6.1.1
google_sign_in: ^7.2.0
sign_in_with_apple: ^7.0.1
# --- UI & VISUALS ---
cupertino_icons: ^1.0.8
google_fonts: ^6.2.1
carousel_slider: ^5.1.1
fl_chart: ^1.1.1
# --- MAPS & LOCATION ---
google_maps_flutter: ^2.7.0
location: ^8.0.1
flutter_polyline_points: ^3.1.0
# --- UTILITIES ---
url_launcher: ^6.3.0
# -------------------------------------------------
# π§° DEVELOPMENT DEPENDENCIES
# -------------------------------------------------
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^6.0.0
flutter_launcher_icons: ^0.14.4
# -------------------------------------------------
# π¨ FLUTTER CONFIGURATION
# -------------------------------------------------
flutter:
uses-material-design: true
assets:
- lib/assets/images/
- lib/assets/map_styles/dark_mode_style.json
fonts:
- family: Roboto
fonts:
- asset: lib/assets/fonts/Roboto-Regular.ttf
- asset: lib/assets/fonts/Roboto-Italic.ttf
style: italic
- asset: lib/assets/fonts/Roboto-Bold.ttf
weight: 700
# -------------------------------------------------
# πͺ APP ICON GENERATION
# -------------------------------------------------
flutter_launcher_icons:
android: true
ios: true
image_path: "lib/assets/images/app_icon.png"
remove_alpha_ios: true