auto_json_converter 2.0.2
auto_json_converter: ^2.0.2 copied to clipboard
Provides annotations and builders to generate JsonConverters for types that support toJson and fromJson methods.
2.0.2 #
- Fixed typos and changed version numbers referenced in Readme.
2.0.1 #
- Updated readme.
2.0.0 #
- Split
AutoJsonConverterannotation out into auto_json_converter_annotations package.
1.0.1 #
- Updated build.yaml to generate part code to cache. This should remove files such as
example.auto_json_converter.g.partand just leave generated code in files such asexample.g.dart.
1.0.0 #
- Initial version.