flutter doctor -v
[√] Flutter (Channel stable, 3.38.2, on Microsoft Windows [Version 10.0.26200.7171], locale ja-JP) [125ms]
• Flutter version 3.38.2 on channel stable at C:\Users\kame2\fvm\versions\3.38.2
• Upstream repository https://github.com/flutter/flutter.git
• Framework revision f5a8537f90 (6 days ago), 2025-11-18 09:27:21 -0500
• Engine revision b5990e5ccc
• Dart version 3.10.0
• DevTools version 2.51.1
• Feature flags: enable-web, enable-linux-desktop, enable-macos-desktop, enable-windows-desktop, enable-android, enable-ios, cli-animations, enable-native-assets, omit-legacy-version-file,
enable-lldb-debugging
[√] Windows Version (11 Pro 64-bit, 25H2, 2009) [547ms]
[√] Android toolchain - develop for Android devices (Android SDK version 34.0.0) [1,021ms]
• Android SDK at C:\Users\kame2\AppData\Local\Android\sdk
• Emulator version 32.1.15.0 (build_id 10696886) (CL:N/A)
• Platform android-36, build-tools 34.0.0
• Java binary at: C:\Program Files\Android\Android Studio\jbr\bin\java
This is the JDK bundled with the latest Android Studio installation on this machine.
To manually set the JDK path, use: `flutter config --jdk-dir="path/to/jdk"`.
• Java version OpenJDK Runtime Environment (build 17.0.6+0-b2043.56-10027231)
• All Android licenses accepted.
[√] Chrome - develop for the web [6ms]
• Chrome at C:\Program Files\Google\Chrome\Application\chrome.exe
[X] Visual Studio - develop Windows apps [5ms]
X Visual Studio not installed; this is necessary to develop Windows apps.
Download at https://visualstudio.microsoft.com/downloads/.
Please install the "Desktop development with C++" workload, including all of its default components
[√] Connected device (3 available) [142ms]
• Windows (desktop) • windows • windows-x64 • Microsoft Windows [Version 10.0.26200.7171]
• Chrome (web) • chrome • web-javascript • Google Chrome 142.0.7444.176
• Edge (web) • edge • web-javascript • Microsoft Edge 142.0.3595.94
[√] Network resources [455ms]
• All expected network resources are available.
! Doctor found issues in 1 category.
Steps to reproduce
Expected results
debugPrintStack should print the stack trace without throwing any exceptions, even when called in a test environment.
Actual results
Running the test results in the assertion error.
Code sample
Code sample
Screenshots or Video
No response
Logs
Logs
Flutter Doctor output
Doctor output