flutter_interceptor

The Flutter DIO interceptor

Library source: github.com/smartbackme…

Begin to integrate

Dependencies: flutter_interceptor: ^ 0.0.1Copy the code

Dio adds interceptor

_dio.interceptors.add(UiNetInterceptor())
Copy the code

Page inserts floating form

Overlay.of(context)? .insert(InterceptorDraggable());Copy the code

Function description: 1, request visualization 2, can copy the request content

The result after integration is shown in the figure