-
-
Notifications
You must be signed in to change notification settings - Fork 924
Open
Description
Please check the following before submitting a new issue.
- I have searched the existing issues.
- I have carefully read the documentation and verified I have added the required platform specific configuration.
Please select affected platform(s)
- Android
- iOS
- Windows
Steps to reproduce
- Disable microphone permission on windows (settings -> Privacy & security -> microphone
- Check microphone permission -> granted
Expected results
When permission to microphone is disabled on windows, permission check should return not granted status.
Actual results
Granted
Code sample
Code sample
final result = await Permission.microphone.status; // this shows granted but i declined access to all the apps in the windows systemScreenshots or video
Screenshots or video demonstration
[Upload media here]
Version
12.0.1
Flutter Doctor output
Doctor output
Doctor summary (to see all details, run flutter doctor -v):
[√] Flutter (Channel stable, 3.32.8, on Microsoft Windows [Version 10.0.26200.7171], locale en-US)
[√] Windows Version (11 Home 64-bit, 25H2, 2009)
[X] Android toolchain - develop for Android devices
X Unable to locate Android SDK.
Install Android Studio from: https://developer.android.com/studio/index.html
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.
[√] Chrome - develop for the web
[√] Visual Studio - develop Windows apps (Visual Studio Community 2022 17.14.9 (July 2025))
[!] Android Studio (not installed)
[√] IntelliJ IDEA Community Edition (version 2025.1)
[√] VS Code (version 1.106.2)
[√] Connected device (3 available)
[√] Network resourcesMetadata
Metadata
Assignees
Labels
No labels