sauron_flutter 1.9.0
sauron_flutter: ^1.9.0 copied to clipboard
Sauron SDK for Flutter — captures uncaught Flutter/Dart errors across all four layers, records breadcrumbs, exposes track()/identify(), and batches, gzips, persists and delivers envelopes to the Sauro [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add sauron_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
sauron_flutter: ^1.9.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:sauron_flutter/sauron_flutter.dart';