json_printer 0.0.3
json_printer: ^0.0.3 copied to clipboard
A Flutter package to print JSON objects sequentially, designed with SOLID principles in mind. This package is useful for developers who need a structured and readable way to output JSON data in their [...]
JSON Printer Changelog #
All notable changes to this project will be documented in this file.
0.0.1 - 2024-05-30 #
Added #
- Initial release of the JSON Printer package.
- Implemented JSON printing functionality.
- Separated concerns into abstract classes and concrete implementations.
- Added comments to improve code readability and maintainability.
- Created unit tests to ensure correctness of the implementation.
[0.0.1] - 2024-05-30 #
Added #
- Added LICENCE