You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It asks the user for Bluetooth Permissions on App launch, without making any reference to the package methods in the Apps' code
Expected: only ask for bluetooth permission if app call any method from the package.
The text was updated successfully, but these errors were encountered:
the cause of this problem is from the 3rd package name flutter_scan_bluetooth,i fixed it package by moving CBCentralManager initialization to "handle" function in native swift code ( according to pauldemarco/flutter_blue#599 )
It asks the user for Bluetooth Permissions on App launch, without making any reference to the package methods in the Apps' code
Expected: only ask for bluetooth permission if app call any method from the package.
The text was updated successfully, but these errors were encountered: