flutter_blue icon indicating copy to clipboard operation
flutter_blue copied to clipboard

in ios device run _flutterBlue.connectedDevices cannot get connectedDevices [ getConnectedDevices periphs size: 0] but andriod device is OK

Open jimin5329060 opened this issue 2 years ago • 1 comments

_flutterBlue.connectedDevices.then((connectedDevices) { if(connectedDevices.isNotEmpty){ Logs.prints('connectedDevices = $connectedDevices'); }else{ Logs.prints('connectedDevices is empty'); } });

jimin5329060 avatar Apr 21 '23 09:04 jimin5329060

Hello, this plugin is obsolete and maintenance is stopped. Use the continuous and active package : flutter_blue_plus

EliaTolin avatar Aug 06 '23 19:08 EliaTolin