Skip to content

Commit 2685abf

Browse files
authored
A few proposed topics (#1309)
1 parent 5422fd4 commit 2685abf

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

checked_yaml/pubspec.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ description: >-
55
Generate more helpful exceptions when decoding YAML documents using
66
package:json_serializable and package:yaml.
77
repository: https://github.com/google/json_serializable.dart/tree/master/checked_yaml
8+
topics:
9+
- yaml
10+
- json
11+
- build-runner
12+
- json-serializable
13+
- codegen
14+
815
environment:
916
sdk: '>=2.19.0 <3.0.0'
1017

json_annotation/pubspec.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ description: >-
44
Classes and helper functions that support JSON code generation via the
55
`json_serializable` package.
66
repository: https://github.com/google/json_serializable.dart/tree/master/json_annotation
7+
topics:
8+
- json
9+
- build-runner
10+
- json-serializable
11+
- codegen
712

813
environment:
914
sdk: '>=2.19.0 <3.0.0'

json_serializable/pubspec.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ description: >-
66
repository: https://github.com/google/json_serializable.dart/tree/master/json_serializable
77
environment:
88
sdk: '>=2.19.0 <3.0.0'
9+
topics:
10+
- json
11+
- build-runner
12+
- json-serializable
13+
- codegen
914

1015
dependencies:
1116
analyzer: ^5.2.0

0 commit comments

Comments
 (0)