-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpubspec.yaml
78 lines (64 loc) · 1.56 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
name: poem_app
description: A new Flutter project.
version: 1.0.0+1
environment:
sdk: '>=2.19.2 <3.0.0'
dependencies:
flutter:
sdk: flutter
freezed: ^2.3.2
adaptive_theme: ^3.2.0
cupertino_icons: ^1.0.2
freezed_annotation: ^2.2.0
json_annotation: ^4.8.0
flutter_localizations:
sdk: flutter
intl: any
logger: ^1.3.0
flutter_riverpod: ^2.3.4
firebase_core: ^2.9.0
firebase_auth: ^4.4.0
cloud_firestore: ^4.5.1
google_fonts: ^4.0.3
shared_preferences: ^2.1.0
google_sign_in: ^6.1.0
firebase_ui_auth: ^1.2.1
firebase_ui_oauth_google: ^1.1.1
flutter_svg: any
firebase_database: ^10.1.0
flutter_swipe_action_cell: ^3.1.0
firebase_crashlytics: ^3.1.0
rxdart: ^0.27.7
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
build_runner: ^2.3.3
json_serializable: ^6.6.1
flutter_launcher_icons: "^0.13.1"
flutter_launcher_icons:
android: "launcher_icon"
ios: true
image_path: "assets/logo/logo.png"
web:
generate: true
image_path: "assets/logo/logo.png"
background_color: "#hexcode"
theme_color: "#hexcode"
windows:
generate: true
image_path: "assets/logo/logo.png"
macos:
generate: true
image_path: "assets/logo/logo.png"
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
# The following section is specific to Flutter packages.
flutter:
generate: true
assets:
- assets/
- assets/images/
- assets/backgrounds/
- assets/appearance/align_icons/
uses-material-design: true