Skip to content

Integrate Flutter with the Facebook Stetho tool for Android

License

Notifications You must be signed in to change notification settings

mdddj/flutter_stetho

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

引入插件

  flutter_stetho: ^0.5.2

原作者不再更新,不支持flutter1.22版本以上,如有需要请使用下面这个仓库代替

dev_dependencies:
 flutter_stetho:  
   git:
     url: git://github.com/irdevp/flutter_stetho.git
     ref: master

打开谷歌浏览器地址栏输入chrome://inspect/#devices image.png 点击下面的inspect,会弹出如下窗口 image.png 当app触发http请求时就可以看到所有网络连接了,如下 image.png

如果后面遇到调试工具ui错乱的问题

下载对应的版本就可以了

相关的资料 facebook/stetho#696 (comment)

About

Integrate Flutter with the Facebook Stetho tool for Android

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 56.1%
  • Java 39.4%
  • Ruby 2.3%
  • Objective-C 2.2%