exception_toast 0.9.0
exception_toast: ^0.9.0 copied to clipboard
A flutter package that shows exceptions in a toast message
exception_toast #
A flutter package that shows exceptions in a toast message
Getting Started #
Use it for example to show the uncaught exception of zoned app in a toast.
ExceptionToast.show(error: 'my error message', trace: null);
License #
This project is licensed under the MIT License - see the license file for details.