Releases: nylo-core/error-stack
Releases · nylo-core/error-stack
v1.10.0
- Refactor as per flutter_lints suggestions
- Update the pubspec.yaml
v1.9.0
- Merge PR from @SalihCanBinboga to allow the debug widget to be shown in release mode
v1.8.0
- Update default height of the debug widget to 580.0
- Set maxLines to 5 for the
exceptionAsString
value in the debug widget
- Update README.md
v1.7.1
- Add extra check in
ErrorWidget.builder
to get file name from the stack trace
v1.7.0
- Fix error with Web not working
- Add new Regex to catch more
classNames
in the stack trace
ErrorStackLogLevel.verbose
(default)
- Fix example project
- Update README.md