Skip to content

Instabug/Instabug-Dart-IO-Http-Client

Repository files navigation

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();

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();

About

handles flutter dart:io http package interceptor logic

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published