gleap_http_interceptor

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

gleap http interceptor

Gleap Http Interceptor #

A Http Interceptor for the Gleap SDK.
Report and Fix Bugs the Easy Way #
Gleap helps developers build the best software faster. It is your affordable in-app bug reporting tool for apps, websites and industrial applications.
Checkout our website to learn more about gleap.
Docs & Examples #
Checkout our documentation for full reference. Include the following dependency in your pubspec.yml:
dependencies:
gleap_http_interceptor: "^1.2.4"
copied to clipboard
Flutter v2 Support
If you are using Flutter < v3, please import the gleap_sdk as shown below:
dependencies:
gleap_dio_interceptor:
git:
url: https://github.com/GleapSDK/gleap_http_interceptor.git
ref: flutter-v2

copied to clipboard
Client client = InterceptedClient.build(interceptors: [
GleapHttpInterceptor(),
]);

client.get(Uri.parse("https://example.com"));
copied to clipboard

License

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

Files:

Customer Reviews

There are no reviews.