raygun4flutter 3.2.1 raygun4flutter: ^3.2.1 copied to clipboard
Raygun4flutter package is the official Raygun crash reporting provider for Flutter.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add raygun4flutter
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
raygun4flutter: ^3.2.1
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:raygun4flutter/raygun4flutter.dart';