flutter_team_logger 0.7.1
flutter_team_logger: ^0.7.1 copied to clipboard
Flutter widgets for displaying logs from team_logger library in the UI.
0.7.1 #
- Add
LogDetails, a screen with everything one log holds, opened by tapping a log inLogs: the head, the message, the error and the stack trace in full, and an expandable tree of the log'sdata. - The details screen has two modes: as logged, and real data — the values
behind
viewsubstitutes plus the properties markedhidden. Real data does not applyLoggable.sanitizer; see the README. - Cover the tree model with tests.
- Update team_logger dependency to 0.7.1.
0.7.0 #
- Update team_logger dependency to 0.7.0.
- Update ansi_escape_codes dependency to 4.0.1.
0.5.0 #
- Update team_logger dependency to 0.5.1.
0.4.0 #
- Update team_logger dependency to 0.4.1.
0.3.0 #
- Update team_logger dependency to 0.3.0.
0.2.0 #
- Publish.
0.1.0-0.1.20 #
- Initial version.