gleap_dio_interceptor 1.2.5 copy "gleap_dio_interceptor: ^1.2.5" to clipboard
gleap_dio_interceptor: ^1.2.5 copied to clipboard

A Dio Interceptor for Gleap

Gleap Dio Interceptor #

Gleap Flutter SDK Intro

A Dio 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_dio_interceptor: "^1.2.4"

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_dio_interceptor.git
      ref: flutter-v2

Dio dio = Dio();
dio.interceptors.add(GleapDioInterceptor());

dio.get("https://example.com");
1
likes
100
pub points
50%
popularity

Publisher

verified publishergleap.io

A Dio Interceptor for Gleap

Homepage

Documentation

API reference

License

unknown (LICENSE)

Dependencies

dio, flutter, gleap_sdk

More

Packages that depend on gleap_dio_interceptor