fancy_death 0.0.1+4 fancy_death: ^0.0.1+4 copied to clipboard
Flutter plugin to replace death error screen and getting possible solutions from github website.
fancy_death #
Flutter plugin to replace death error screen and getting possible solutions from github website.
Getting Started #
Add this to pubspec.yaml
dependencies:
fancy_death: ^0.0.1+4
Usage #
void main() {
ErrorWidget.builder =
(FlutterErrorDetails details) => FancyDeath.fancyDeath(details);
runApp(MyApp());
}
Contributing #
We Accept the following contributions
- Improving code documentation
- Reporting issues
- bug fixing
Maintainers #
Ahmed Hamdy