-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
75 lines (61 loc) · 1.35 KB
/
pubspec.yaml
File metadata and controls
75 lines (61 loc) · 1.35 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
name: auth
description: "A secure and elegant authentication app built with Flutter, supporting TOTP/HOTP and biometrics."
publish_to: 'none'
version: 0.1.0+10
environment:
sdk: ^3.9.0
dependencies:
# Core & Internationalization
flutter:
sdk: flutter
flutter_web_plugins:
sdk: flutter
flutter_localizations:
sdk: flutter
intl: 0.20.2
# State Management & Hooks
flutter_hooks: 0.21.3+1
flutter_riverpod: 3.1.0
hooks_riverpod: 3.1.0
riverpod_annotation: 4.0.0
# Navigation
go_router: 17.0.1
# Database & Persistence
drift: 2.30.1
drift_flutter: 0.2.8
shared_preferences: 2.5.4
sqlite3_flutter_libs: 0.5.41
# UI & Styling
dynamic_color: 1.8.1
flutter_svg: 2.2.3
flutter_swipe_action_cell: 3.1.6
# Security & Cryptography
base32: 2.2.0
crypto: 3.0.7
encrypt: 5.0.3
hashlib: 2.3.0
# Utilities & System
file_selector: 1.1.0
mobile_scanner: 7.1.4
path: 1.9.1
path_provider: 2.1.5
dev_dependencies:
# Testing & Linting
flutter_lints: 6.0.0
flutter_test:
sdk: flutter
# Code Generation
build_runner: 2.10.5
drift_dev: 2.30.1
riverpod_generator: 4.0.0+1
# Tools
flutter_launcher_icons: 0.14.4
flutter:
uses-material-design: true
generate: true
assets:
- assets/icons/
fonts:
- family: VarelaRound
fonts:
- asset: assets/fonts/VarelaRound-Regular.ttf