instabug_http_client 2.5.0 copy "instabug_http_client: ^2.5.0" to clipboard
instabug_http_client: ^2.5.0 copied to clipboard

This package is an add on to instabug_flutter. It intercepts any requests performed with http Package and sends them to the report that will be sent to the dashboard.

instabug_http_client #

A dart package to support Instabug network logging for the external dart http package.

Getting Started #

You can choose to attach all your network requests data to the Instabug reports being sent to the dashboard. See the details below on how to enable the feature for the http package.

Installation #

  1. Add the dependency to your project pubspec.yml:
dependencies:
  instabug_http_client:
copied to clipboard
  1. Install the package by running the following command.
flutter packages get
copied to clipboard

Usage #

To enable logging, use the custom http client provided by Instabug:

final client = InstabugHttpClient();
copied to clipboard

Then proceed to use the package normally:

final response = await client.get(Uri.parse(URL));
copied to clipboard
1
likes
130
points
1.05k
downloads

Publisher

verified publisherinstabug.com

Weekly Downloads

2024.08.21 - 2025.03.05

This package is an add on to instabug_flutter. It intercepts any requests performed with http Package and sends them to the report that will be sent to the dashboard.

Documentation

API reference

License

MIT (license)

Dependencies

flutter, http, instabug_flutter, meta

More

Packages that depend on instabug_http_client