Skip to content

Commit

Permalink
A few proposed topics (#1309)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasfj authored May 2, 2023
1 parent 5422fd4 commit 2685abf
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
7 changes: 7 additions & 0 deletions checked_yaml/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ description: >-
Generate more helpful exceptions when decoding YAML documents using
package:json_serializable and package:yaml.
repository: https://github.com/google/json_serializable.dart/tree/master/checked_yaml
topics:
- yaml
- json
- build-runner
- json-serializable
- codegen

environment:
sdk: '>=2.19.0 <3.0.0'

Expand Down
5 changes: 5 additions & 0 deletions json_annotation/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ description: >-
Classes and helper functions that support JSON code generation via the
`json_serializable` package.
repository: https://github.com/google/json_serializable.dart/tree/master/json_annotation
topics:
- json
- build-runner
- json-serializable
- codegen

environment:
sdk: '>=2.19.0 <3.0.0'
Expand Down
5 changes: 5 additions & 0 deletions json_serializable/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ description: >-
repository: https://github.com/google/json_serializable.dart/tree/master/json_serializable
environment:
sdk: '>=2.19.0 <3.0.0'
topics:
- json
- build-runner
- json-serializable
- codegen

dependencies:
analyzer: ^5.2.0
Expand Down

0 comments on commit 2685abf

Please sign in to comment.