moinsen_runapp 0.2.0 copy "moinsen_runapp: ^0.2.0" to clipboard
moinsen_runapp: ^0.2.0 copied to clipboard

Drop-in runApp() replacement with three-layer error catching, deduplication, and beautiful error screens.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add moinsen_runapp

With Flutter:

 $ flutter pub add moinsen_runapp

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  moinsen_runapp: ^0.2.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:moinsen_runapp/moinsen_runapp.dart';
1
likes
0
points
230
downloads

Publisher

unverified uploader

Weekly Downloads

Drop-in runApp() replacement with three-layer error catching, deduplication, and beautiful error screens.

Repository (GitHub)
View/report issues

Topics

#error-handling #crash-reporting #runapp #error-screen #flutter

License

unknown (license)

Dependencies

flutter, path_provider

More

Packages that depend on moinsen_runapp