crash_forensics 1.0.0
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_forensicsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
crash_forensics: ^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:crash_forensics/crash_forensics.dart';