-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
41 lines (33 loc) · 717 Bytes
/
Copy pathpubspec.yaml
File metadata and controls
41 lines (33 loc) · 717 Bytes
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
name: pin_notes
description: PIN-based encrypted local notes app with SQLCipher
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: '>=3.0.0 <4.0.0'
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
# State Management
hooks_riverpod: ^2.5.2
flutter_hooks: ^0.20.5
# Database & Encryption
sqflite_sqlcipher: ^3.1.1
path_provider: ^2.1.4
path: ^1.9.0
crypto: ^3.0.3
# Rich Text Editor
flutter_quill: ^11.5.0
flutter_quill_extensions: ^11.0.0
dart_quill_delta: ^10.8.3
# Utilities
uuid: ^4.5.1
intl: ^0.19.0
image_picker: ^1.1.2
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^4.0.0
flutter:
uses-material-design: true