-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
70 lines (48 loc) · 1.17 KB
/
pubspec.yaml
File metadata and controls
70 lines (48 loc) · 1.17 KB
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
name: shutter
description: A simple daily planner app.
publish_to: 'none'
version: 2.2.13
environment:
sdk: '>=3.1.0 <4.0.0'
dependencies:
flutter:
sdk: flutter
shared_preferences: ^2.2.3
provider: ^6.1.2
image_picker: ^1.1.2
uuid: ^4.4.0
cupertino_icons: ^1.0.2
flutter_native_splash: ^2.4.0
reorderable_grid_view: ^2.2.6
intl: ^0.19.0
flutter_local_notifications: ^19.5.0
timezone: ^0.10.1
google_sign_in: ^6.2.1
googleapis: ^13.2.0
googleapis_auth: ^1.6.0
extension_google_sign_in_as_googleapis_auth: ^2.0.12
http: ^1.2.0
firebase_core: ^3.6.0
firebase_auth: ^5.3.1
cloud_firestore: ^5.4.4
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.0
flutter_launcher_icons: ^0.13.1
flutter:
uses-material-design: true
assets:
- assets/sounds/ding.mp3
flutter_launcher_icons: # Add this configuration section
android: true
ios: true
image_path: "assets/icon/icon.png"
adaptive_icon_background: "#121212"
adaptive_icon_foreground: "assets/icon/icon.png"
flutter_native_splash:
color: "#121212"
image: assets/icon/icon.png
android_12:
color: "#121212"
image: assets/icon/icon.png