senraise 0.0.2 copy "senraise: ^0.0.2" to clipboard
senraise: ^0.0.2 copied to clipboard

Flutter wrapper for Senraise PrintService

senraise #

Flutter wrapper for Senraise PrintService installed on device with build in printer plugin. Tested with MUNBYN IPDA064 device. This is cheap chinese Android POS device that comes with built in PrinterService. Printer itself is available like any external printer and you can send ESC/POS commands to it like you would for any normal POS Printer.

However, under the hood it's all beeing handled by Senraise Printer service (closed source). This service will simply try to emulate ESC/POS functions to create bitmap and then send that bitmap to the printer. Printer never gets simple text, it's all converted to bitmap.

Problem is their ESC/POS emulation is missing basic features. It's imposible to select text (font) size via ESC/POS, without executing command via PrinterService direclty. Since we need to fit 40 chars in one line this was deal breaker for us so we decided to wrap their service as flutter plugin. And don't try to use any codepage other than UTF-8, it's not supported by PrinterService.

Getting Started #

For more details see example app.

1
likes
30
pub points
0%
popularity

Publisher

verified publisherintegrator.hr

Flutter wrapper for Senraise PrintService

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on senraise