FLUTTER ECOSYSTEM

smartbackme/flutter_interceptor

Flutter-Dio-Interzeptor

Projektcover von flutter_interceptor
Stars
99
Forks
2
Letzter Push (UTC)
10.12.2021
Projektstatus
Aktiv
zhonghua GitHub avatar
GITHUB User

zhonghua ↗

SprachenDart

Von diesem Repository veröffentlichte Pakete

Verwendete Abhängigkeiten

Abhängigkeiten 3 Einträge
  • flutter{"sdk":"flutter"}
  • dio^4.0.0
  • flutter_testEntwicklung{"sdk":"flutter"}

Original-README

Englischer Projektschnappschuss. Aktuelle Inhalte auf GitHub.

Projekt-README ein-/ausklappen

flutter_interceptor

flutter dio interceptor

Getting Started

dependencies:
  flutter_interceptor: ^0.0.2

dio add interceptor

_dio.interceptors.add(UiNetInterceptor())

Page insert floating form

Overlay.of(context)?.insert(InterceptorDraggable());

local


InterceptorLocalizations.delegate

Function introduction:

  1. Request visualization

  2. You can copy the requested content

The effect after integration is shown in the figure

https://raw.githubusercontent.com/smartbackme/flutter_interceptor/HEAD/art/1.jpg

https://raw.githubusercontent.com/smartbackme/flutter_interceptor/HEAD/art/2.jpg

https://raw.githubusercontent.com/smartbackme/flutter_interceptor/HEAD/art/3.jpg

https://raw.githubusercontent.com/smartbackme/flutter_interceptor/HEAD/art/4.jpg

https://raw.githubusercontent.com/smartbackme/flutter_interceptor/HEAD/art/5.jpg