error_monitor 1.0.0 copy "error_monitor: ^1.0.0" to clipboard
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_monitor

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

dependencies:
  error_monitor: ^1.0.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:error_monitor/error_monitor.dart';
0
likes
120
points
107
downloads

Publisher

unverified uploader

Weekly Downloads

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 issue grouping.

Repository (GitHub)
View/report issues

Topics

#crash-reporting #error-handling #monitoring #logging #debugging

Documentation

API reference

License

MIT (license)

Dependencies

battery_plus, connectivity_plus, device_info_plus, flutter, shared_preferences, uuid

More

Packages that depend on error_monitor

Packages that implement error_monitor