-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
92 lines (83 loc) · 2.06 KB
/
pubspec.yaml
File metadata and controls
92 lines (83 loc) · 2.06 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
name: open_password_manager
description: "Open source password manager tool"
publish_to: "none"
version: 1.0.0+1
environment:
sdk: ^3.9.0
flutter: 3.35.3
dependencies:
flutter:
sdk: flutter
appwrite: ^17.0.1
cached_network_image: ^3.4.1
cloud_firestore: ^6.0.0
connectivity_plus: ^6.1.5
crypto: ^3.0.3
cupertino_icons: ^1.0.8
equatable: ^2.0.7
file_picker: ^10.2.2
firebase_auth: ^6.0.0
firebase_core: ^4.0.0
firebase_core_web: ^3.0.0
firebase_crashlytics: ^5.0.0
flutter_secure_storage: ^9.2.4
flutter_riverpod: ^3.0.0
google_fonts: ^6.2.1
local_auth: ^2.3.0
local_auth_android: ^1.0.51
local_auth_darwin: ^1.6.0
local_auth_windows: ^1.0.11
package_info_plus: ^8.3.0
path_provider: ^2.1.5
pointycastle: ^4.0.0
shadcn_ui: ^0.31.7
share_plus: ^11.0.0
shared_preferences: ^2.5.3
supabase_flutter: ^2.9.1
timeago: ^3.7.1
uuid: ^4.5.1
url_launcher: ^6.3.2
web: ^1.1.1
flutter_license_manager: ^2.0.1
dev_dependencies:
flutter_test:
sdk: flutter
build_runner: ^2.6.0
flutter_launcher_icons: ^0.14.4
flutter_lints: ^6.0.0
flutter_native_splash: ^2.4.6
mockito: ^5.5.0
flutter:
uses-material-design: true
assets:
- config.json
- images/opm-light-128.png
- images/opm-dark-128.png
- images/opm-splash-light.png
- images/opm-splash-dark.png
- images/opm-banner-light.png
- images/opm-banner-dark.png
flutter_launcher_icons:
android: true
adaptive_icon_background: "#ffffff"
adaptive_icon_foreground: "images/opm-dark-128.png"
adaptive_icon_monochrome: "images/opm-dark-128.png"
image_path_android: "images/opm-dark-128.png"
ios: true
image_path_ios: "images/opm-dark-128.png"
web:
generate: true
image_path: "images/opm-dark-128.png"
flutter_native_splash:
android: true
ios: true
web: true
color: "#FFFFFF"
image: images/opm-splash-light.png
color_dark: "#000000"
image_dark: images/opm-splash-dark.png
android_12:
color: "#FFFFFF"
image: images/opm-splash-light.png
color_dark: "#000000"
image_dark: images/opm-splash-dark.png