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

[Windows] configure to stop touching permission api

Open narumi147 opened this issue 2 years ago • 0 comments

🐛 Bug Report

Since recently this plugin add windows support, it brings location/audio/bluetooth permission yet.

In my app, I didn't require any permission on windows, but Win10 shows that the app is using Location. It's better it only shows when I touch Location API.

Another solution is similar to ios/macos setup, configure the build process in is Pods file to remove unused codes - though I don't know the really process, just some guess.

Configuration

Version:

  • permission_handler_windows: 0.1.0
  • permission_handler: 9.2.0

narumi147 avatar Mar 21 '22 00:03 narumi147