brianegan/flutter_stetho

cannot see Post body

fenglintianxia6 opened this issue · 11 comments

when I do a post request,I just see 「Headers」 「 Preview」 「Response」 tabs,And cannot see the params I carried

Same here.

Checkout at 95d1f60, maybe this is not a good option but currently its work

Same here. I can't to see the params I sent to the server.

Well, I am facing the same issue.
In native android, using retrofit they are providing StethoIntercepter.
.addNetworkInterceptor(new StethoInterceptor())

### Can't be something like this for flutter?

Screenshot Capture - 2019-11-13 - 14-06-30

Same here

will wait till it solve, cheers

this has been solved in my pull request. #38

Build with fix is not released yet. So use stetho from github:

flutter_stetho:
    git:
      url: https://github.com/brianegan/flutter_stetho
      ref: 1787dd145d792e92427c9e2ffbb6dbffede1bcbb

same issue, can't you just release it?

flutter_stetho:
git:
url: https://github.com/brianegan/flutter_stetho
ref: 1787dd1

This works for me

Guys, Stetho project is abandoned by Facebook, because Facebook created alternative Flipper. Use it instead.

https://github.com/leanflutter/flutter_flipperkit