flutter-permission-handler
flutter-permission-handler copied to clipboard
Bug: location tracking in windows
When adding a library to a bare clean project (without any imports, just add to pubspec.yaml), the Windows 11 application is displayed as tracking geolocation.
How to reproduce:
flutter create ...flutter pub add permission_handlerflutter run -d windows

+1
It's all about this
https://github.com/Baseflow/flutter-permission-handler/blob/9290ecd44930b25c194179e95696a17595eb6fc8/permission_handler_windows/windows/permission_handler_windows_plugin.cpp#L89-L94