Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: network (request) inspection tool #17709

Open
alanrussian opened this issue May 18, 2018 · 8 comments
Open

Feature request: network (request) inspection tool #17709

alanrussian opened this issue May 18, 2018 · 8 comments
Labels
c: new feature Nothing broken; request for a new capability engine flutter/engine repository. See also e: labels. P2 Important issues not at the top of the work list team-engine Owned by Engine team triaged-engine Triaged by Engine team

Comments

@alanrussian
Copy link
Contributor

It would be tremendously useful to have a network inspection tool to inspect network requests in Flutter. We use Stetho for Android native to accomplish this. It integrates with Chrome's developer inspector tool and shows all requests in the network tab.

@QuirijnGB
Copy link

Hey, there already seems to be a plugin for exactly that
https://pub.dartlang.org/packages/flutter_stetho

@zoechi
Copy link
Contributor

zoechi commented Jun 20, 2018

@alanrussian does the suggested package satisfy your requirements?

@alanrussian
Copy link
Contributor Author

It mostly does except for: brianegan/flutter_stetho#4

I still think that -- perhaps long term -- it would be nice for Flutter to add their own inspection tool. Stetho, for example, doesn't support iOS.

@zoechi zoechi added c: new feature Nothing broken; request for a new capability engine flutter/engine repository. See also e: labels. labels Jun 20, 2018
@zoechi
Copy link
Contributor

zoechi commented Jun 20, 2018

cc @cbracken (not sure this concerns you)

@cbracken
Copy link
Member

/cc @jacob314 @devoncarew for thoughts on the tooling side.

@zoechi zoechi added this to the Goals milestone Jan 22, 2019
@zoechi zoechi added the tool Affects the "flutter" command-line tool. See also t: labels. label Jan 22, 2019
@zgosalvez
Copy link

Might be more helpful if it's already part of the Dart DevTools?

@jacob314
Copy link
Contributor

This should be part of the Dart DevTools.
Here is the bug tracking that work. Please thumbs up the issue if it is useful. That is helpful for our prioritization particularly for this feature as the right solution will also require changes to the DartVM.
flutter/devtools#368

@jonahwilliams jonahwilliams removed the tool Affects the "flutter" command-line tool. See also t: labels. label Jan 10, 2020
@kf6gpe kf6gpe added the P2 Important issues not at the top of the work list label May 29, 2020
@Hixie Hixie removed this from the None. milestone Aug 17, 2020
@rknell
Copy link

rknell commented Aug 19, 2020

Looks like the dart sdk side of the work will be available in the September 2020 milestone and the issue was completed yesterday:
dart-lang/sdk#42952

@flutter-triage-bot flutter-triage-bot bot added team-engine Owned by Engine team triaged-engine Triaged by Engine team labels Jul 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c: new feature Nothing broken; request for a new capability engine flutter/engine repository. See also e: labels. P2 Important issues not at the top of the work list team-engine Owned by Engine team triaged-engine Triaged by Engine team
Projects
None yet
Development

No branches or pull requests