-
Notifications
You must be signed in to change notification settings - Fork 370
Expand file tree
/
Copy pathpubspec.yaml
More file actions
57 lines (45 loc) · 974 Bytes
/
pubspec.yaml
File metadata and controls
57 lines (45 loc) · 974 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
name: billing_app
description: A new Flutter project.
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: '>=3.1.0 <4.0.0'
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.8
# State Management & DI
flutter_bloc: ^8.1.5
get_it: ^7.6.7
equatable: ^2.0.5
# Functional Programming
fpdart: ^1.1.0
# Code Generation Annotations
json_annotation: ^4.9.0
# Navigation
go_router: ^14.0.0
# Database
hive: ^2.2.3
hive_flutter: ^1.1.0
# UI & Utilities
google_fonts: ^6.1.0
vibration: ^3.1.8
intl: ^0.19.0
permission_handler: ^11.3.1
# Scanner & Printer
pretty_qr_code: ^3.3.0
print_bluetooth_thermal: ^1.1.2
mobile_scanner: ^5.1.0
bloc: ^8.1.4
uuid: ^4.5.2
app_settings: ^7.0.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.0
# Code Generation
build_runner: ^2.4.8
json_serializable: ^6.7.1
hive_generator: ^2.0.1
flutter:
uses-material-design: true