-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpubspec.yaml
More file actions
32 lines (29 loc) · 737 Bytes
/
pubspec.yaml
File metadata and controls
32 lines (29 loc) · 737 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
name: reflection_factory
description: Allows Dart reflection with an easy approach, even for third-party classes, using code generation portable for all Dart platforms.
version: 2.7.5
homepage: https://github.com/gmpassos/reflection_factory
environment:
sdk: '>=3.10.0 <4.0.0'
dependencies:
build: ^4.0.4
analyzer: ^10.2.0
dart_style: ^3.1.6
meta: ^1.18.1
mime: ^2.0.0
base_codecs: ^1.0.1
pub_semver: ^2.2.0
path: ^1.9.1
collection: ^1.19.1
yaml: ^3.1.3
source_span: ^1.10.2
logging: ^1.3.0
dev_dependencies:
build_runner: ^2.11.1
build_test: ^3.5.7
lints: ^6.1.0
pubspec_parse: ^1.5.0
data_serializer: ^1.2.1
#dependency_validator: ^5.0.2
test: ^1.30.0
coverage: ^1.15.0
benchmark: ^0.3.0