Skip to content

Network view loses network calls #9188

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

Open
escamoteur opened this issue May 12, 2025 · 1 comment
Open

Network view loses network calls #9188

escamoteur opened this issue May 12, 2025 · 1 comment

Comments

@escamoteur
Copy link

I haven't found any pattern when this happens but regularly I have the problems when trying to debug a backend issue that either the network view stops recording and event or that it only records some events and most often exactly the one I am interested in is missing so that I have to switch to an external proxy debugger like fiddler.

We use the new native HttpClients on iOS and Android, I don't know if that might have an effect.

@hrajwade96
Copy link
Contributor

hrajwade96 commented May 23, 2025

Can you please share the version of DevTools you are using?
You can check it by running:

flutter --version

Also just suggesting a temporary workaround (Using FVM or you may use any similar tool), so that you may not have to switch to other tools for this.

While this might not be the ideal solution, you can try the following workaround to unblock yourself until a proper fix is available:

With FVM, you can use a different Flutter version without changing the version for your project.


  1. Install FVM
    Follow the installation steps here: Install FVM

  2. Install an older Flutter version (try the version that works best for you)

    fvm install 3.27.3
  3. Launch DevTools using FVM
    You can run either of the following:

    fvm dart devtools
  4. Use DevTools for Debugging
    Once DevTools launches in the browser, paste the DevTools URL (printed in your logs) into it to begin debugging.


Note:
Once the issue is resolved, you can use Devtools with usual way and switch back to the updated Flutter version to stay on the latest stable release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants