Doctor summary (to see all details, run flutter
doctor -v):
[√] Flutter (Channel stable, 3.41.5, on Microsoft
Windows [Version 10.0.26100.8037], locale
en-SE)
[√] Windows Version (Windows 11 or higher, 24H2,
2009)
[X] Android toolchain - develop for Android devices
X Unable to locate Android SDK.
Install Android Studio from:
https://developer.android.com/studio/index.ht
ml
On first launch it will assist you in
installing the Android SDK components.
(or visit
https://flutter.dev/to/windows-android-setup
for detailed instructions).
If the Android SDK has been installed to a
custom location, please use
`flutter config --android-sdk` to update to
that location.
[X] Chrome - develop for the web (Cannot find
Chrome executable at
.\Google\Chrome\Application\chrome.exe)
! Cannot find Chrome. Try setting
CHROME_EXECUTABLE to a Chrome executable.
[√] Visual Studio - develop Windows apps (Visual
Studio Community 2026 18.4.1)
[√] Connected device (2 available)
[√] Network resources
! Doctor found issues in 2 categories.
Steps to reproduce
ListTilewidgets where one hasselected: trueand the rest haveselected: falseExpected results
selected: trueselected: falseshould not be announced as "selected"Actual results
NVDA announces "selected" for all list tiles, including those with
selected: false.Code sample
Code sample
Screenshots or Video
Screenshots / Video demonstration
nvda_selected.mp4
Logs
Logs
[Paste your logs here]Flutter Doctor output
Doctor output