-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
67 lines (54 loc) · 1.38 KB
/
pubspec.yaml
File metadata and controls
67 lines (54 loc) · 1.38 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
name: smart_pace
description: "SmartPace Student Planner App."
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: ^3.7.2
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.8
get: ^4.6.6
flutter_otp_text_field: ^1.5.1+1
google_fonts: ^6.1.0
# Firebase + Auth
firebase_auth: ^5.7.0
firebase_storage: ^12.4.6
firebase_core: ^3.15.2
cloud_firestore: ^5.6.12
# Google Sign In
google_sign_in: ^7.1.1
shared_preferences: ^2.5.3
cached_network_image: ^3.4.1
image_picker: ^1.1.2
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^5.0.0
flutter_launcher_icons: ^0.13.1
flutter:
uses-material-design: true
# To add assets to your application, add an assets section, like this:
assets:
- assets/images/
- assets/logo/
- assets/images/profile.jpg
# fonts:
# - family: Schyler
# fonts:
# - asset: fonts/Schyler-Regular.ttf
# - asset: fonts/Schyler-Italic.ttf
# style: italic
# - family: Trajan Pro
# fonts:
# - asset: fonts/TrajanPro.ttf
# - asset: fonts/TrajanPro_Bold.ttf
# weight: 700
#
flutter_launcher_icons:
android: true
ios: true
image_path: "assets/logo/smartpace.png"
min_sdk_android: 21
adaptive_icon_background: "#FFFFFF"
adaptive_icon_foreground: "assets/logo/smartpace.png"