Milad-Akarie / pretty_dio_logger

MIT License
238 stars 53 forks source link

fix key not shown for multiline value (#7) #44

Closed yosemiteyss closed 4 months ago

yosemiteyss commented 4 months ago

When the log line is too long and being split into multi lines, json key is missing.

Before: I/flutter (15859): ║ { I/flutter (15859): ║ "a857d6766e9990dac87ec75e7459f638c86d5b4da452d02579116e9db705f874" I/flutter (15859): ║ title: "sample title",

After: I/flutter (18271): ║ { I/flutter (18271): ║ id: "a857d6766e9990dac87ec75e7459f638c86d5b4da452d02579116e9db705f874" I/flutter (18271): ║ title: "sample title",