catcher 1.0.0-dev1 copy "catcher: ^1.0.0-dev1" to clipboard
catcher: ^1.0.0-dev1 copied to clipboard

Plugin for error catching which provides multiple handlers for dealing with errors when they are not caught by the developer.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add catcher

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

dependencies:
  catcher: ^1.0.0-dev1

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

Import it

Now in your Dart code, you can use:

import 'package:catcher/catcher.dart';
592
likes
150
pub points
94%
popularity

Publisher

verified publisherhasoft.pl

Plugin for error catching which provides multiple handlers for dealing with errors when they are not caught by the developer.

Repository (GitHub)
View/report issues

Topics

#error #errors #logging #devtools #tool

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

device_info_plus, device_info_plus_platform_interface, dio, flutter, flutter_mailer, flutter_web_plugins, fluttertoast, logging, mailer, package_info_plus, sentry, universal_io

More

Packages that depend on catcher