/exception_toast

A flutter package that shows exceptions in a native toast message

Primary LanguageSwiftMIT LicenseMIT

exception_toast

A flutter package that shows exceptions in a toast message

Watch on GitHub Star on GitHub

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.