-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
79 lines (65 loc) · 1.48 KB
/
pubspec.yaml
File metadata and controls
79 lines (65 loc) · 1.48 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
name: scanvault
description: "A mobile document scanner with OCR, translation, and export capabilities."
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: ^3.10.7
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.8
# State Management
flutter_riverpod: ^2.6.1
riverpod_annotation: ^2.6.1
# Navigation
go_router: ^14.8.1
# Camera & Image
camera: ^0.11.1
image: ^4.3.0
image_picker: ^1.1.2
image_cropper: ^8.0.2
# Scan & Edge Detection
google_mlkit_document_scanner: ^0.4.0
# OCR & Translation
google_mlkit_text_recognition: ^0.14.0
google_mlkit_translation: ^0.12.0
# PDF & Document Export
pdf: ^3.11.2
printing: ^5.13.4
archive: ^3.6.1
# Local Storage
sqflite: ^2.4.2
path_provider: ^2.1.5
path: ^1.9.1
# UI Enhancements
flutter_animate: ^4.5.2
shimmer: ^3.0.0
# Utilities
uuid: ^4.5.1
intl: ^0.20.2
json_annotation: ^4.9.0
freezed_annotation: ^2.4.4
share_plus: ^10.1.4
permission_handler: ^11.3.1
shared_preferences: ^2.5.4
file_picker: ^10.3.8
flutter_localizations:
sdk: flutter
dynamic_color: ^1.8.1
# Security & Authentication
local_auth: ^2.3.0
flutter_secure_storage: ^9.2.2
encrypt: ^5.0.3
google_mobile_ads: ^7.0.0
url_launcher: ^6.3.2
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^6.0.0
riverpod_generator: ^2.6.3
build_runner: ^2.4.15
freezed: ^2.5.8
json_serializable: ^6.9.3
flutter:
uses-material-design: true
generate: true