flutter-permission-handler icon indicating copy to clipboard operation
flutter-permission-handler copied to clipboard

Bug: location tracking in windows

Open PlugFox opened this issue 2 years ago • 2 comments

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:

  1. flutter create ...
  2. flutter pub add permission_handler
  3. flutter run -d windows

image

PlugFox avatar Jan 25 '23 12:01 PlugFox

+1

gitbobobo avatar Mar 12 '24 06:03 gitbobobo

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

ryanaltair avatar Jul 03 '24 17:07 ryanaltair