forked from google/json_serializable.dart
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
37 lines (28 loc) · 812 Bytes
/
pubspec.yaml
File metadata and controls
37 lines (28 loc) · 812 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
name: example
publish_to: none
environment:
sdk: ^3.0.0
dependencies:
codelessly_json_annotation: ^4.8.0
dev_dependencies:
# Used by tests. Not required to use `json_serializable`.
_json_serial_shared_test:
path: ../shared_test
# REQUIRED!
build_runner: ^2.3.3
# Used by tests. Not required to use `json_serializable`.
build_verify: ^3.0.0
# Not required to use `json_serializable`.
dart_flutter_team_lints: ^2.0.0
# REQUIRED!
codelessly_json_serializable: ^6.6.0
# Not required to use `json_serializable`.
path: ^1.8.0
test: ^1.16.0
# This section is used to verify changes to these packages. Do not include in
# your code!
dependency_overrides:
codelessly_json_annotation:
path: ../json_annotation
codelessly_json_serializable:
path: ../json_serializable