-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpubspec.yaml
More file actions
105 lines (83 loc) · 1.97 KB
/
Copy pathpubspec.yaml
File metadata and controls
105 lines (83 loc) · 1.97 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
name: bms
description: Business Management System for retail and wholesale operations.
publish_to: none
version: 1.0.0+1
environment:
sdk: ">=3.8.0 <4.0.0"
flutter: ">=3.24.0"
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
# State management
flutter_riverpod: ^3.4.2
riverpod_annotation: ^4.0.6
# Navigation
go_router: ^17.5.0
# Local database
drift: ^2.34.3
drift_flutter: ^0.3.1
sqlite3_flutter_libs: ^0.6.0+eol
path_provider: ^2.1.6
path: ^1.9.1
# Secure storage for session tokens
flutter_secure_storage: ^9.2.2
# UUID generation (v7 time-ordered PKs)
uuid: ^4.6.0
# Password hashing
bcrypt: ^1.1.3
# Barcode scanning
mobile_scanner: ^7.4.0
# PDF generation and printing
pdf: ^3.13.0
printing: ^5.15.0
# Local notifications (cheque reminders, debtor follow-ups)
flutter_local_notifications: ^22.3.0
# Charts
fl_chart: ^0.68.0
# Internationalisation and formatting
intl: ^0.20.3
# Immutable value objects
freezed_annotation: ^3.1.0
json_annotation: ^4.12.0
# Device fingerprinting + HTTP for licensing
device_info_plus: ^12.4.0
crypto: ^3.0.6
http: ^1.3.0
# Logging
logger: ^2.4.0
file_picker: ^11.0.2
share_plus: ^12.0.2
image_picker: ^1.2.3
flutter_svg: ^2.0.10+1
mysql_client: ^0.0.27
dev_dependencies:
flutter_test:
sdk: flutter
# Code generation
build_runner: ^2.16.0
drift_dev: ^2.34.5
riverpod_generator: ^4.0.8
freezed: ^4.0.0-dev.3
json_serializable: ^6.14.1
# Linting
flutter_lints: ^6.0.0
# Testing
mocktail: ^1.0.4
flutter:
uses-material-design: true
generate: true
fonts:
- family: Poppins
fonts:
- asset: assets/fonts/Poppins-Regular.ttf
- asset: assets/fonts/Poppins-Medium.ttf
weight: 500
- asset: assets/fonts/Poppins-SemiBold.ttf
weight: 600
- asset: assets/fonts/Poppins-Bold.ttf
weight: 700
assets:
- assets/images/
- assets/icons/