network_capture 1.1.9 copy "network_capture: ^1.1.9" to clipboard
network_capture: ^1.1.9 copied to clipboard

Flutter developer、test network debugging tools, Easily view HTTPS requests

Flutter Network Capture #

Flutter developer、test network debugging tools,Easily view HTTPS requests #

Note

If you want to copy the content, you can try double tap or long pressing.

Usage #

dependencies:
    network_capture: ^latest_version
copied to clipboard
  • Change your App to NetworkCaptureApp
void main() {
  runApp(NetworkCaptureApp(
    enable: true,
    navigatorKey: navigatorKey,
    child: const MyApp(),
  ));
}
copied to clipboard
  • Add CaptureDioInterceptor to Dio interceptors
dio.interceptors.add(CaptureDioInterceptor());
copied to clipboard

Important! It is prohibited to use it in a release environment. We will not be responsible for any problems that arise. #

6
likes
130
points
36
downloads

Publisher

unverified uploader

Weekly Downloads

2024.07.06 - 2025.01.18

Flutter developer、test network debugging tools, Easily view HTTPS requests

Repository (GitHub)

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

dio, flutter, flutter_highlight, intl, sqflite

More

Packages that depend on network_capture