flutter / devtools

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

Rest API calls are not coming in devtool #8121

Open SonaArun opened 1 month ago

SonaArun commented 1 month ago

Rest API calls are not coming in network inspector. I'm using Ubuntu


DevTools version: 2.34.3 IDE: VSCode Connected Device: CPU / OS: arm64 (64 bit) android Connected app type: Flutter native (debug build) Dart Version: 3.4.4 Flutter Version: 3.22.3 / stable Framework / Engine: b0850beeb2 / 235db911ba

kenzieschmoll commented 1 month ago

Can you please try the latest Flutter beta branch (3.24.0-0.2.pre) and see if your issue reproduces?

SonaArun commented 1 month ago

Hi @kenzieschmoll Thanks for your response. I'm using the latest version of flutter. Still I'm facing this issue. Doctor summary (to see all details, run flutter doctor -v): [✓] Flutter (Channel stable, 3.24.0, on Ubuntu 20.04.6 LTS 5.15.0-117-generic, locale en_US.UTF-8) [✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0-rc1) [✓] Chrome - develop for the web [✓] Linux toolchain - develop for Linux desktop [✓] Android Studio (version 2023.1) [✓] VS Code (version 1.89.1) [✓] Connected device (3 available) [✓] Network resources

• No issues found!