crash_forensics 1.0.0 copy "crash_forensics: ^1.0.0" to clipboard
crash_forensics: ^1.0.0 copied to clipboard

Crash Forensics is a lightweight Flutter/Dart crash reporter that captures stack traces, logs, variables, device info, and user actions at the moment of a crash, saving everything locally as a structu [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add crash_forensics

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

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

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Crash Forensics is a lightweight Flutter/Dart crash reporter that captures stack traces, logs, variables, device info, and user actions at the moment of a crash, saving everything locally as a structured JSON report. Works offline, privacy-first, and requires no servers or subscriptions.

Repository (GitHub)
View/report issues

Topics

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

License

MIT (license)

Dependencies

archive, battery_plus, connectivity_plus, device_info_plus, flutter, http, json_annotation, package_info_plus, path_provider, uuid

More

Packages that depend on crash_forensics