oncall_error_tracking 0.1.0 copy "oncall_error_tracking: ^0.1.0" to clipboard
oncall_error_tracking: ^0.1.0 copied to clipboard

OnCall Error Tracking SDK for Flutter. Capture and report errors with automatic FlutterError hooks, zone-based catching, and navigation breadcrumbs.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add oncall_error_tracking

With Flutter:

 $ flutter pub add oncall_error_tracking

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  oncall_error_tracking: ^0.1.0

Alternatively, 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:oncall_error_tracking/oncall_error_tracking.dart';
0
likes
0
points
117
downloads

Publisher

verified publisheroncallteams.com

Weekly Downloads

OnCall Error Tracking SDK for Flutter. Capture and report errors with automatic FlutterError hooks, zone-based catching, and navigation breadcrumbs.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, http

More

Packages that depend on oncall_error_tracking