error_monitor 1.0.0
error_monitor: ^1.0.0 copied to clipboard
Production-ready crash tracking for Flutter. Zero Firebase dependency. Ships crash reports to any REST API with offline queue, breadcrumbs, session tracking, device context, and fingerprint-based issu [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add error_monitorThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
error_monitor: ^1.0.0Alternatively, 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:error_monitor/error_monitor.dart';