Description
Sometimes I need to run my app in different platforms to check if behavior is consistent, but I struggle to distinguish between device or web ports when all logs appear as "main.dart" in my run logs (see picture below):
Is it possible to distinguish theese better like:
main.dart (chrome:50123)
where number is port number (i can spot the port number on my web browser), and for physical devices you could write
main.dart (devicename:serialno)
and for emulator
main.dart (emulatorname:id)
where id could also contain the APK version or flavor.
I know I have reported this before, but I was unable to spot when (or where) I have metioned it.
Flutter doctor:
PS C:\FlutterProjects\mWork> flutter doctor -v
[√] Flutter (Channel beta, 3.23.0-0.1.pre, on Microsoft Windows [Version 10.0.22631.3737], locale nb-NO)
• Flutter version 3.23.0-0.1.pre on channel beta at C:\Flutter\flutter
• Upstream repository https://github.com/flutter/flutter.git
• Framework revision 2feea7a407 (3 weeks ago), 2024-06-06 10:19:10 +0700
• Engine revision bb10c54666
• Dart version 3.5.0 (build 3.5.0-180.3.beta)
• DevTools version 2.36.0
[√] Windows Version (Installed version of Windows is version 10 or higher)
[√] Android toolchain - develop for Android devices (Android SDK version 35.0.0-rc1)
• Android SDK at c:/android/sdk
• Platform android-35, build-tools 35.0.0-rc1
• Java binary at: C:\Program Files\Android Studio\Android Studio 2024.1.1.11\jbr\bin\java
• Java version OpenJDK Runtime Environment (build 17.0.10+0--11609105)
• All Android licenses accepted.
[√] Chrome - develop for the web
• Chrome at C:\Program Files\Google\Chrome\Application\chrome.exe
[√] Visual Studio - develop Windows apps (Visual Studio Community 2022 17.10.1)
• Visual Studio at C:\Program Files\Microsoft Visual Studio\2022\Community
• Visual Studio Community 2022 version 17.10.34928.147
• Windows 10 SDK version 10.0.22621.0
[√] Android Studio (version 2023.3)
• Android Studio at C:\Program Files\Android Studio\Android Studio 2023.3.1.20
• Flutter plugin can be installed from:
https://plugins.jetbrains.com/plugin/9212-flutter
• Dart plugin can be installed from:
https://plugins.jetbrains.com/plugin/6351-dart
• Java version OpenJDK Runtime Environment (build 17.0.10+0--11572160)
[√] Android Studio (version 2024.1)
• Android Studio at C:\Program Files\Android Studio\Android Studio 2024.1.1.11
• Flutter plugin can be installed from:
https://plugins.jetbrains.com/plugin/9212-flutter
• Dart plugin can be installed from:
https://plugins.jetbrains.com/plugin/6351-dart
• Java version OpenJDK Runtime Environment (build 17.0.10+0--11609105)
[√] Android Studio (version 2024.1)
• Android Studio at C:\Program Files\Android Studio\Android Studio 2024.1.2.6
• Flutter plugin can be installed from:
https://plugins.jetbrains.com/plugin/9212-flutter
• Dart plugin can be installed from:
https://plugins.jetbrains.com/plugin/6351-dart
• Java version OpenJDK Runtime Environment (build 17.0.11+0--11852314)
[√] Connected device (5 available)
• SM T515 (mobile) • R52NB09L7ZP • android-arm • Android 11 (API 30)
• SM S926B (mobile) • R5CWC4KYWSH • android-arm64 • Android 14 (API 34)
• Windows (desktop) • windows • windows-x64 • Microsoft Windows [Version 10.0.22631.3737]
• Chrome (web) • chrome • web-javascript • Google Chrome 126.0.6478.63
• Edge (web) • edge • web-javascript • Microsoft Edge 126.0.2592.68
[√] Network resources
• All expected network resources are available.
• No issues found!
Android Studio Version used:
Android Studio Koala | 2024.1.1
Build #AI-241.15989.150.2411.11948838, built on June 10, 2024
Runtime version: 17.0.10+0--11609105 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
Windows 11.0
GC: G1 Young Generation, G1 Old Generation
Memory: 4050M
Cores: 20
Registry:
ide.images.show.chessboard=true
Non-Bundled Plugins:
com.intellij.marketplace (241.15989.206)
org.zalando.intellij.swagger (1.3.0)
Dart (241.17502)
com.google.mad-scorecard (1.2)
io.flutter (80.0.2)