instabug_dart_io_http_client

Last updated:

0 purchases

instabug_dart_io_http_client Image
instabug_dart_io_http_client Images
Add to Cart

Description:

instabug dart io http client

An add-on package to instabug_flutter.
This package intercepts any requests performed using the dart:io package HttpClient
and attaches them to the report that will be sent to Instabug dashboard.
Usage #
To enable network logging, use the custom Instabug client:
final client = InstabugCustomHttpClient();
copied to clipboard
and continue to use the package normally to make your network requests:
final request = await client.getUrl(Uri.parse(URL));
final response = await request.close();
copied to clipboard

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.