Open wcoder opened 8 months ago
final canScan = await scanner.canStartScan(askPermissions: true);
await scanner.startScan();
final canGetResults = await scanner.canGetScannedResults(askPermissions: true);
noLocationPermission
askPermissions: false
Permission.nearbyWifiDevices
Permission.location
duplicate class of plugin found. how to resove this issue
Steps
final canScan = await scanner.canStartScan(askPermissions: true);
await scanner.startScan();
final canGetResults = await scanner.canGetScannedResults(askPermissions: true);
Actual
noLocationPermission
Expected
Workaround
askPermissions: false
)Permission.nearbyWifiDevices
Permission.location
Environment