-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
57 lines (35 loc) · 802 Bytes
/
pubspec.yaml
File metadata and controls
57 lines (35 loc) · 802 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: top_stock_manager
description: Stock Management system for a small shop that runs locally.
publish_to: 'none'
version: 0.0.1+1
environment:
sdk: '>=3.1.5 <4.0.0'
dependencies:
flutter:
sdk: flutter
intl: ^0.17.0
# collection for indexed map
collection: ^1.17.2
drift: ^2.0.2+1
sqlite3_flutter_libs: ^0.5.9
path_provider: ^2.0.11
# for combine multiple database queries
rxdart: ^0.27.7
path: ^1.8.1
get: ^4.6.5
get_storage: ^2.0.3
uuid: ^3.0.6
# icons
cupertino_icons: ^1.0.6
fluttericon: ^2.0.0
# windows format of menus and submenus
menu_bar: ^0.5.3
window_manager: ^0.2.9
dev_dependencies:
flutter_test:
sdk: flutter
drift_dev: ^2.0.2
build_runner: ^2.2.0
flutter_lints: ^2.0.0
flutter:
uses-material-design: true