-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
111 lines (84 loc) · 2.46 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
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
name: dsc_ur
description: A practice app for the University of Redlands DSC Dev Team!
version: 1.1.1+5
environment:
sdk: ">=2.2.2 <3.0.0"
dependencies:
flutter:
sdk: flutter
# Icons
cupertino_icons: ^0.1.3
flutter_icons: ^1.1.0
eva_icons_flutter: ^2.0.1
# Styling
dynamic_theme: ^1.0.1
flare_flutter: ^2.0.6
gradient_widgets: ^0.5.2
liquid_swipe: ^1.5.0
google_fonts: ^1.1.1
#Bottom App Bar
convex_bottom_bar: ^2.6.0
# Functionality
url_launcher: ^5.7.10
cached_network_image: ^2.3.3
carousel_slider: ^2.3.1
rflutter_alert: ^1.1.0
flutter_spinkit: ^4.1.2+1
shimmer: ^1.1.2 #Makes your words shimmer
fl_chart: ^0.12.0 #Cool charts
# Firebase Related Imports
firebase_core: ^0.5.2 # Firebase Core Flutter SDK
# FlutterFire plugin for Google Analytics
firebase_analytics: ^6.2.0
#user auth
firebase_auth: ^0.18.3 # Firebase Authentication
google_sign_in: ^4.5.1
# Database
cloud_firestore: ^0.14.3
# Cloud Functions
cloud_functions: ^0.7.0+1
# Firebase Crashlytics
firebase_crashlytics: ^0.2.3
# Firebase-App Performance Monitoring
firebase_performance: ^0.4.2
dev_dependencies:
flutter_launcher_icons: ^0.7.5
flutter_icons:
android: 'launcher_icon'
image_path_android: 'assets/icon/icon-legacy.png'
adaptive_icon_foreground: 'assets/icon/icon-adaptive.png'
adaptive_icon_background: '#fafafa'
ios: true
image_path_ios: 'assets/icon/icon-ios.png'
flutter:
uses-material-design: true
assets:
- assets/credits/
- assets/flare/
- assets/icon/
- assets/music/
- assets/images/
fonts:
- family: Rubik
fonts:
- asset: assets/fonts/Rubik/Rubik-Regular.ttf
- asset: assets/fonts/Rubik/Rubik-Medium.ttf
- asset: assets/fonts/Rubik/Rubik-Bold.ttf
- asset: assets/fonts/Rubik/Rubik-Italic.ttf
style: italic
- family: RobotoMono
fonts:
- asset: assets/fonts/RobotoMono/RobotoMono-Regular.ttf
- asset: assets/fonts/RobotoMono/RobotoMono-Medium.ttf
- asset: assets/fonts/RobotoMono/RobotoMono-Bold.ttf
- family: Quicksand
fonts:
- asset: assets/fonts/Quicksand/Quicksand-Regular.ttf
- asset: assets/fonts/Quicksand/Quicksand-Medium.ttf
- asset: assets/fonts/Quicksand/Quicksand-Bold.ttf
- family: Satisfy
fonts:
- asset: assets/fonts/Satisfy-Regular.ttf
- family: Open Sans
fonts:
- asset: assets/fonts/OpenSans-Regular.ttf