Gerrel / exception_toast

A flutter package that shows exceptions in a native toast message

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A flutter package that shows exceptions in a native toast message

License:MIT License


Languages

Language:Swift 33.7%Language:Ruby 26.6%Language:Kotlin 18.0%Language:Dart 17.3%Language:Objective-C 4.4%