-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
49 lines (38 loc) · 1.17 KB
/
Copy pathpubspec.yaml
File metadata and controls
49 lines (38 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
name: note_app
description: A secure note-taking application.
publish_to: 'none'
version: 1.0.0+3 # Increment build number
environment:
sdk: '>=3.0.0 <4.0.0'
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
cupertino_icons: ^1.0.2
# For SQLite database
sqflite: ^2.3.3
sqflite_common_ffi: ^2.3.2+1
sqflite_sqlcipher: ^2.1.2 # For your app's native encrypted DB
path: ^1.8.3
path_provider: ^2.1.2
shared_preferences: ^2.2.3
crypto: ^3.0.3 # General crypto like SHA256 for AuthService
uuid: ^4.4.0
encrypt: ^5.0.3 # For field-level encryption on Windows (native Dart DB)
flutter_colorpicker: ^1.0.3
image_picker: ^1.0.7
# New packages for Rust DB Compatibility
file_selector: ^1.0.2 # For picking files
pointycastle: ^3.9.1 # For PBKDF2 and AES-GCM
convert: ^3.1.1 # For hex utils, though less critical here
# OR for cryptography package (alternative to pointycastle, more modern API)
# cryptography: ^2.5.0
provider: ^6.1.1
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.2
flutter:
uses-material-design: true
generate: true