-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
60 lines (54 loc) · 1.2 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
name: kubrs_app
description: A Very Good Project created by Very Good CLI.
version: 1.0.0+1
publish_to: none
environment:
sdk: ">=3.0.0 <4.0.0"
flutter: 3.10.6
dependencies:
bloc: ^8.1.4
clock: ^1.1.1
cloud_firestore: ^4.14.0
collection: ^1.17.1
cuber: ^0.4.0
equatable: ^2.0.5
file_picker: ^7.0.2
firebase_app_check: ^0.2.0
firebase_auth: ^4.16.0
firebase_core: ^2.16.0
fl_chart: ^0.65.0
flutter:
sdk: flutter
flutter_bloc: ^8.1.6
flutter_localizations:
sdk: flutter
flutter_native_splash: ^2.3.7
google_fonts: ^6.2.0
google_sign_in: ^6.1.6
intl: ^0.18.0
rxdart: ^0.28.0
share_plus: ^7.2.2
sqflite: ^2.3.2
url_launcher: ^6.1.14
dev_dependencies:
bloc_test: ^9.1.7
flutter_launcher_icons: "^0.13.1"
flutter_test:
sdk: flutter
mocktail: ^1.0.4
very_good_analysis: ^5.1.0
flutter:
uses-material-design: true
generate: true
assets:
- assets/
flutter_launcher_icons: # dart run flutter_launcher_icons
android: "launcher_icon"
ios: true
image_path: "assets/icon.png"
flutter_native_splash: # dart run flutter_native_splash:create
color: "#ffffff"
image: "assets/splash.png"
android_12:
color: "#ffffff"
image: "assets/splash.png"