dynamo_json_decoder 1.0.4
dynamo_json_decoder: ^1.0.4 copied to clipboard
A Flutter project that decodes serialized JSON strings into Flutter collection objects.
1.0.0 #
- Initial release.
- Support for Map and List decoding.
- Added Debug Mode and custom Reviver support.
1.0.1 #
- Improved API documentation and comments.
- Added repository and issue tracker links to pubspec.
- Resolved various linting warnings.
1.0.2 #
- Optimized singleton initialization using null-aware assignment.
- Finalized static analysis fixes for 160/160 score target.
1.0.3 #
- ran
dart format .to format all files to standard dart format.
1.0.4 #
- created a library to provide the Barrel File benefit to api users.