spreeloop_crash_reporting 0.0.4
spreeloop_crash_reporting: ^0.0.4 copied to clipboard
Package that provides methods for reporting crash in application based on firebase crashlytics.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add spreeloop_crash_reporting
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
spreeloop_crash_reporting: ^0.0.4
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:spreeloop_crash_reporting/spreeloop_crash_reporting.dart';