codekit 0.0.8
codekit: ^0.0.8 copied to clipboard
A development kit for Flutter projects, providing common utilities and extensions.
CHANGELOG #
0.0.8 #
- Add retry utility with configurable retry logic
- Enhance JSON formatting with better truncation and replacements
0.0.5 #
maxFieldLength
inindentJson
is now nullable, and defaults to 500.
0.0.4 #
- customable indent, maxFieldLength in
indentJson
.
0.0.2 #
- add error handling and custom indent to indentJson
0.0.1 #
- Initial version.