flutter_stack_trace 1.0.3
flutter_stack_trace: ^1.0.3 copied to clipboard
A package for manipulating flutter stack traces and printing them readably,base on stack_trace
1.0.3 #
- add
isDebug() FlutterChain.capture()add lineMaxLength- fix error when stack is null
1.0.2 #
- upgrade stack_trace: ^1.11.1
debugLog()Support for super long text- When
showLineis not specified, if the text length is greater thanmaxLength, it will be no dividing line.
1.0.1 #
- fix not print flutter framework exception
- add dividing line, let log print clearer
0.1.5 #
- add Simple Mode