auto_json_converter 2.0.1
auto_json_converter: ^2.0.1 copied to clipboard
Provides annotations and builders to generate JsonConverters for types that support toJson and fromJson methods.
2.0.1 #
- Updated readme.
2.0.0 #
- Split
AutoJsonConverter
annotation 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.part
and just leave generated code in files such asexample.g.dart
.
1.0.0 #
- Initial version.