Provides source_gen Generator
s to create code for JSON serialization and deserialization.
json_serializable
The core package providing Generators for JSON-specific tasks.
Import it into your pubspec dev_dependencies:
section.
json_annotation
The annotation package which has no dependencies.
Import it into your pubspec dependencies:
section.
checked_yaml
Generate more helpful exceptions when decoding YAML documents using package:json_serializable
and package:yaml
.
Import it into your pubspec dependencies:
section.
example
An example showing how to setup and use json_serializable
and json_annotation
.
Download json_serializable package source code on GitHub
Provides the list of the opensource Flutter apps collection with GitHub repository.