-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
54 lines (48 loc) · 1.22 KB
/
pubspec.yaml
File metadata and controls
54 lines (48 loc) · 1.22 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
name: memory_palace
description: A Quantified Self Journal & Identity Snapshot OS.
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: '>=3.2.0 <4.0.0'
dependencies:
flutter:
sdk: flutter
flutter_riverpod: ^3.2.1
flutter_secure_storage: ^10.0.0
freezed_annotation: ^3.1.0
google_fonts: ^6.1.0
intl: ^0.19.0
objectbox: ^5.2.0
objectbox_flutter_libs: any
json_annotation: ^4.11.0
local_auth: ^3.0.0
lucide_icons: ^0.257.0 # Optional, but using Material icons mapped in code for now.
path_provider: ^2.1.5
riverpod_annotation: ^4.0.2
device_info_plus: ^12.3.0
battery_plus: ^7.0.0
system_info2: ^4.1.0
crypto: ^3.0.3
image_picker: ^1.0.7
share_plus: ^12.0.2
uuid: ^4.3.3
permission_handler: ^11.3.0
file_picker: ^10.3.2
photo_manager: ^3.6.0
cached_network_image: ^3.4.1
http: ^1.2.0
encrypt: ^5.0.3 # AES-256-GCM encryption for journal data
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.0
riverpod_generator: ^4.0.3
build_runner: ^2.11.1
freezed: ^3.2.5
json_serializable: ^6.13.0
objectbox_generator: ^5.2.0
flutter:
uses-material-design: true
dependency_overrides:
# Override to satisfy both encrypt and objectbox_generator
pointycastle: ^4.0.0