-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
61 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
61
name: birthday_reminder
description: Birthday Reminder APP.
publish_to: "none"
version: "2.0.1+5"
environment:
sdk: ">=3.0.3 <4.0.0"
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.2
firebase_core: ^2.13.0
flutter_localizations:
sdk: flutter
intl: any
firebase_auth: ^4.6.1
cloud_firestore: ^4.7.1
provider: ^6.0.5
flutter_signin_button: ^2.0.0
settings_ui: ^2.0.2
carousel_slider: ^4.2.1
modal_bottom_sheet: ^2.1.2
universal_html: ^2.2.3
firebase_messaging: ^14.6.2
firebase_notifications_handler: ^1.1.0
app_settings: ^4.2.0
shared_preferences: ^2.1.1
uuid: ^3.0.7
firebase_remote_config: ^4.2.2
share_plus: ^7.0.2
js: ^0.6.7
url_launcher: ^6.1.11
app_links: ^3.4.3
characters: ^1.3.0
dev_dependencies:
change_app_package_name: ^1.1.0
flutter_launcher_icons: "^0.13.1"
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
flutter:
generate: true
uses-material-design: true
assets:
- assets/icon.png
flutter_launcher_icons:
android: "launcher_icon"
ios: true
image_path: "assets/icon.png"
min_sdk_android: 21
web:
generate: true
image_path: "assets/icon.png"
background_color: "#FFFFFF"
theme_color: "#2196F3"