-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
52 lines (44 loc) · 1.05 KB
/
pubspec.yaml
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
name: kuama_dart_domain
description: A starting point for Dart libraries or applications.
# version: 1.0.0
# homepage: https://www.example.com
publish_to: 'none'
environment:
sdk: '>=2.12.0 <3.0.0'
dependencies:
# path: ^1.7.0
convert: ^3.0.0
logging: ^1.0.0
pure_extensions: ^3.1.0
rxdart: ^0.27.0
dartz: ^0.10.0-nullsafety.2
built_value: ^8.0.0
built_collection: ^5.0.0
equatable: ^2.0.0
get_it: ^7.1.0
dev_dependencies:
pedantic: ^1.11.0
test:
index_generator: ^2.0.2
# To generate index files: flutter pub run index_generator:main
index_generator:
filters:
# Ignore all private folders or files
- black: .*\/_.*\/.*
- black: .*\/_.*.dart*
indexes:
- path: lib
name: app_pages
library: kuama_data_app_pages
export:
- src/features/app_pages
- path: lib
name: permissions
library: kuama_dart_permissions
export:
- src/features/permissions
- path: lib
name: positioner
library: kuama_dart_positioner
export:
- src/features/positioner