Skip to content

Flutter developer、test network debugging tools. Flutter 开发、测试 网络调试工具

License

Notifications You must be signed in to change notification settings

azhon/network_capture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

115 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
  • Change your App to NetworkCaptureApp
void main() {
  runApp(NetworkCaptureApp(
    enable: true,
    navigatorKey: navigatorKey,
    child: const MyApp(),
  ));
}
  • Add CaptureDioInterceptor to Dio interceptors
dio.interceptors.add(CaptureDioInterceptor());

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

About

Flutter developer、test network debugging tools. Flutter 开发、测试 网络调试工具

Resources

License

Stars

Watchers

Forks

Packages

No packages published