Baseflow / Baseflow/flutter-permission-handler
[Bug]: Windows 11 microphone permission not checked correctly
- Dominant language
- Dart
- Stars
- 2.2k
- Forks
- 970
- Avg merge
- 14h 22m
- Merged PRs (30d)
- 2
Description
### Please check the following before submitting a new issue.
- [x] I have searched the [existing issues](https://github.com/baseflow/flutter-permission-handler/issues).
- [x] I have carefully [read the documentation](https://github.com/Baseflow/flutter-permission-handler/blob/main/permission_handler/README.md) and verified I have added the required platform specific configuration.
### Please select affected platform(s)
- [ ] Android
- [ ] iOS
- [x] Windows
### Steps to reproduce
1. Disable microphone permission on windows (settings -> Privacy & security -> microphone
2. 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
```dart
final result = await Permission.microphone.status; // this shows granted but i declined access to all the apps in the windows system
```
### Screenshots or video
Screenshots or video demonstration
[Upload media here]
### Version
12.0.1
### Flutter Doctor output
Doctor output
```console
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 resources
```
Contributor guide
Assessment
This issue has not been assessed yet.