-
Notifications
You must be signed in to change notification settings - Fork 1
/
pubspec.yaml
66 lines (43 loc) · 883 Bytes
/
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
name: classinsight
description: "A new Flutter project."
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: '>=3.2.2 <4.0.0'
dependencies:
flutter:
sdk: flutter
firebase_storage:
firebase_core:
firebase_auth:
cloud_firestore:
firebase_core_web:
multi_select_flutter:
get:
google_fonts: ^6.2.1
get_storage:
intl:
mailer:
cupertino_icons:
font_awesome_flutter:
dev_dependencies:
flutter_test:
sdk: flutter
flutter_launcher_icons:
flutter_native_splash:
dependency_overrides:
web:
flutter_launcher_icons:
image_path: "lib/assets/ClassInsightLogo.png"
android: true
ios: true
adaptive_icon_background: "#FFFFFF"
flutter_native_splash:
color: "#FFFFFF"
image: "lib/assets/ic_launcher-web.png"
android: true
ios: true
flutter:
uses-material-design: true
assets:
- .env