rohit0713
rohit0713
@andrey-ushakov Please help to fix the issue.
@singgihmardianto Manifest Permissions: android:name="android.permission.ACCESS_FINE_LOCATION" android:name="android.permission.ACCESS_COARSE_LOCATION" android:name="android.permission.WAKE_LOCK" android:name="android.permission.BLUETOOTH" android:name="android.permission.BLUETOOTH_ADMIN" android:name="android.permission.BLUETOOTH_SCAN" android:name="android.permission.BLUETOOTH_CONNECT" android:name="android.permission.FOREGROUND_SERVICE" Code: Future scanDevices() async { var status = await Permission.bluetoothConnect.status; if (status.isDenied || status.isPermanentlyDenied) { status = await Permission.bluetoothConnect.request();...
@singgihmardianto Actually I am getting error while scanning the bluetooth
@singgihmardianto It was working properly last week but suddenly it stopped working and throwing exception
@singgihmardianto @vishnudasRapidor The issue is with the latest flutter version. It is not supporting in current flutter version. I think dependency should update according to the latest flutter version.
@vishnudasRapidor In your project Use flutter 3.19.5 Version then it will work perfectly.