sauron_flutter 1.2.0
sauron_flutter: ^1.2.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 Dart:
$ dart pub add sauron_flutterWith Flutter:
$ flutter pub add sauron_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
sauron_flutter: ^1.2.0Alternatively, your editor might support dart pub get or 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';