humm_error_handler 0.3.0
humm_error_handler: ^0.3.0 copied to clipboard
A comprehensive Flutter error handling library that provides centralized error tracking, logging, storage and display capabilities.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add humm_error_handler
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
humm_error_handler: ^0.3.0
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:humm_error_handler/humm_error_handler.dart';