bugsnag_breadcrumbs_dart_io 4.1.2 copy "bugsnag_breadcrumbs_dart_io: ^4.1.2" to clipboard
bugsnag_breadcrumbs_dart_io: ^4.1.2 copied to clipboard

Bugsnag network breadcrumbs for dart:io's HttpClient

Network Breadcrumbs for Bugsnag Flutter #

HTTP networking breadcrumbs for bugsnag_flutter when using the dart:io HttpClient. If you are using the http package then bugsnag_breadcrumbs_http should be used for networking breadcrumbs.

Getting Started #

  1. Install bugsnag_flutter
  2. Add bugsnag_breadcrumbs_dart_io to your project:
flutter pub add bugsnag_breadcrumbs_dart_io
  1. Import bugsnag_breadcrumbs_dart_io.dart and use BugsnagHttpClient instead of HttpClient:
import 'package:bugsnag_breadcrumbs_dart_io/bugsnag_breadcrumbs_dart_io.dart';

final httpClient = BugsnagHttpClient();
final request = await client.getUrl(Uri.parse('https://example.com'));

License #

The Bugsnag Flutter notifier is free software released under the MIT License. See the LICENSE for details.

1
likes
140
points
4.1k
downloads

Publisher

verified publisherbugsnag.com

Weekly Downloads

Bugsnag network breadcrumbs for dart:io's HttpClient

Documentation

API reference

License

MIT (license)

Dependencies

bugsnag_flutter, flutter

More

Packages that depend on bugsnag_breadcrumbs_dart_io