luciq_dio_interceptor 3.1.0 copy "luciq_dio_interceptor: ^3.1.0" to clipboard
luciq_dio_interceptor: ^3.1.0 copied to clipboard

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

Luciq Dio Interceptor #

CircleCI pub package

This package is an add on to Luciq-Flutter.

It intercepts any requests performed with Dio Package and sends them to the report that will be sent to the dashboard.

Integration #

To enable network logging, simply add the LuciqDioInterceptor to the dio object interceptors as follows:

var dio = new Dio();
dio.interceptors.add(LuciqDioInterceptor());
0
likes
160
points
569
downloads

Publisher

unverified uploader

Weekly Downloads

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

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

dio, flutter, luciq_flutter

More

Packages that depend on luciq_dio_interceptor