Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[wifi_scan] Doesn't support Android 13+ NEARBY_WIFI_DEVICES permission out of the box #377

Open
wcoder opened this issue Mar 12, 2024 · 1 comment

Comments

@wcoder
Copy link

wcoder commented Mar 12, 2024

Steps

  • final canScan = await scanner.canStartScan(askPermissions: true);
  • await scanner.startScan();
  • final canGetResults = await scanner.canGetScannedResults(askPermissions: true);

Actual

  • returns noLocationPermission

Expected

  • Ask related permissions

Workaround

Environment

  • Android 13
  • Android 14
  • Flutter 3.19.3
  • wifi_scan 0.4.1
@websachinbansal
Copy link

duplicate class of plugin found. how to resove this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants