i have a requirement that
- 
have to scan for Bluetooth devices (printers).
 
- 
list them in the ui and enable user to pick the device they want to connect
 
- 
print the pdf on the selected device
 
this should happen in both ios and android device.
which package or method can i use to achieve that?
i tried several packages such as
- 
flutter-reactive-ble
 
- 
blue_thermal_printer
 
- 
bluetooth_print
 
- 
flutter_pos_printer_platform
 
- 
esc_pos_printer
 
- 
flutter blue
 
these packages are not maintained well and doesnt seems to be working well.