bug_handler 1.0.0-dev.2
bug_handler: ^1.0.0-dev.2 copied to clipboard
Composable Flutter error-reporting toolkit with rich context providers, privacy sanitizers, and pluggable reporters.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add bug_handlerWith Flutter:
$ flutter pub add bug_handlerThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
bug_handler: ^1.0.0-dev.2Alternatively, 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:bug_handler/bug_handler.dart';