We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d37265a commit 321313aCopy full SHA for 321313a
json_serializable/build.yaml
@@ -1,7 +1,6 @@
1
# Read about `build.yaml` at https://pub.dartlang.org/packages/build_config
2
builders:
3
json_serializable:
4
- target: ":json_serializable"
5
import: "package:json_serializable/builder.dart"
6
builder_factories: ["jsonSerializable"]
7
build_extensions: {".dart": [".g.dart"]}
json_serializable/pubspec.yaml
@@ -8,7 +8,7 @@ environment:
8
dependencies:
9
analyzer: '>=0.29.10 <0.32.0'
10
build: '>=0.9.0 <0.13.0'
11
- build_config: ^0.2.1
+ build_config: ^0.2.6
12
cli_util: ^0.1.0
13
14
# Use a tight version constraint to ensure that a constraint on
0 commit comments