-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
69 lines (46 loc) · 1.34 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
name: education_community
description: This Is A Application for Students and teachers community. Where they will update or inform their knowladge
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 0.8.0+1
environment:
sdk: ">=2.12.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.5
firebase_core: ^2.4.1
firebase_auth: ^4.2.4
firebase_storage: ^11.0.10
google_sign_in: ^5.4.2
provider: ^6.0.5
shared_preferences: ^2.0.15
cloud_firestore: ^4.3.1
uuid: ^3.0.7
image_picker: ^0.8.6
modal_progress_hud_nsn: ^0.3.0
dev_dependencies:
flutter_test:
sdk: flutter
package_rename: ^1.0.0+1
flutter:
uses-material-design: true
assets:
- images/
fonts:
- family: electric_1
fonts:
- asset: fonts/elec-rg.ttf
- family: ubuntu
fonts:
- asset: fonts/ubuntu.ttf
- family: pacifico
fonts:
- asset: fonts/Pacifico.ttf
package_rename_config:
android:
app_name: freeEdu4All # (String) The display name of the android app
package_name: com.delit.freeEdu4All # (String) The package name of the android app
ios:
app_name: freeEdu4All # (String) The display name of the ios app
bundle_name: com.delit.freeEdu4All # (String) The bundle name of the ios app
package_name: com.delit.freeEdu4All