I am facing this issue only with IOS, i have added all the necessary permissions in info.plist
but
var permissionStatus = await Permission.bluetoothConnect.status;
returns as denied
then i execute this command
permissionStatus = await Permission.bluetoothConnect.request();
which returns as permanently denied
but during the launch of the app i have provided access to all the following permissions including the location
The bluetooth should work just as similar to android