blovedream_printer 0.1.1
blovedream_printer: ^0.1.1 copied to clipboard
Flutter plugin for Blovedream (BLD) Android terminals with a built-in thermal / label printer. Wraps the OEM android.bld.PrintManager service via reflection.
0.1.1 #
- Rename
Alignenum toPrintAlignto avoid collision with Flutter'sAlignwidget. Breaking for consumers of 0.1.0. - Drop unused
plugin_platform_interfacedependency. - Add full dartdoc on all public APIs.
- Add LICENSE (MIT).
- Expand README with permission, label-mode and error-code sections.
0.1.0 #
- Initial release.
- Wraps
android.bld.PrintManagervia reflection (no proprietary jar required). - Text, barcode, QR, bitmap (path or bytes), line feed.
- Density, font size, bold, underline, reverse, line spacing, black-mark mode.
- Print event stream (
onPrintCallback,onVersion).