bluetooth_pos_printer 0.0.1
bluetooth_pos_printer: ^0.0.1 copied to clipboard
A robust Flutter plugin for communicating with Bluetooth thermal (POS) printers. Supports Bluetooth Classic (SPP) on Android and Bluetooth Low Energy (BLE) on iOS.
0.0.1 #
- Initial release of the
bluetooth_pos_printerplugin. - Supports sending RAW bytes in chunks to thermal POS printers to prevent buffer overflow.
- Supports Classic Bluetooth (SPP) on Android and Bluetooth Low Energy (BLE) on iOS.
- Reactive connection status stream (
statusStream). - Included a fully-featured example application.