flutter_stetho icon indicating copy to clipboard operation
flutter_stetho copied to clipboard

cannot see Post body

Open fenglintianxia6 opened this issue 5 years ago • 11 comments

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

fenglintianxia6 avatar Jan 24 '19 03:01 fenglintianxia6

Same here.

ozeksi avatar Jan 31 '19 15:01 ozeksi

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

azharprabudi avatar Mar 14 '19 07:03 azharprabudi

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

BansookNam avatar Jul 15 '19 19:07 BansookNam

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

hardypatel30 avatar Nov 13 '19 08:11 hardypatel30

Same here

pr4sety4 avatar Jan 07 '20 04:01 pr4sety4

will wait till it solve, cheers

CevinWays avatar Jan 07 '20 04:01 CevinWays

this has been solved in my pull request. https://github.com/brianegan/flutter_stetho/pull/38

andrei1489 avatar Mar 26 '20 19:03 andrei1489

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

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

comm1x avatar May 25 '20 00:05 comm1x

same issue, can't you just release it?

sgehrman avatar Jul 07 '20 08:07 sgehrman

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

This works for me

Fr099y avatar Aug 11 '20 10:08 Fr099y

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

https://github.com/leanflutter/flutter_flipperkit

comm1x avatar Apr 08 '21 23:04 comm1x