flutter / devtools

Performance tools for Flutter
https://flutter.dev/docs/development/tools/devtools/
BSD 3-Clause "New" or "Revised" License
1.58k stars 324 forks source link

Only InternetAddress are displayed on Network Tab #7855

Closed juliuskopp closed 2 months ago

juliuskopp commented 4 months ago

Hi With the previous versions SDK 3.19.5 - devtool 2.31.1 , I was able to see all the request in the Network Tab. image

Now with SDK 3.22.1 I can only see "InternetAdress" request.

image

Is there any configuration to do? Thank for your answer.


DevTools version: 2.34.3 IDE: VSCode Connected Device: CPU / OS: x64 (64 bit) android Connected app type: Flutter native (debug build) Dart Version: 3.4.1 Flutter Version: 3.22.1 / stable Framework / Engine: a14f74ff3a / 55eae6864b

DPohorielov commented 4 months ago

Confirm the issue. DevTools version 2.34.3 [✓] Flutter (Channel stable, 3.22.1, on macOS 14.2.1 23C71 darwin-arm64, locale en-GB) [✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0) [✓] Xcode - develop for iOS and macOS (Xcode 15.0.1) [✓] Chrome - develop for the web [✓] Android Studio (version 2023.3) [✓] VS Code (version 1.89.1) [✓] Connected device (5 available) [✓] Network resources

ahmed3ssem commented 3 months ago

same issue

hrajwade96 commented 3 months ago

I was facing same issue, but found that my vanilla app was using a different flutter SDK version. ( I was using this app to test a functionality in devtools forked repo on master branch).

laterdayi commented 3 months ago

same issue

laterdayi commented 3 months ago

@kenzieschmoll @polina-c help

laterdayi commented 3 months ago

@CoderDake

kenzieschmoll commented 2 months ago

This is a duplicate of https://github.com/flutter/devtools/issues/3033, which is now fixed.