pos_printer_d 1.0.3
pos_printer_d: ^1.0.3 copied to clipboard
A clean Flutter plugin for POS thermal printers. Supports Bluetooth, USB, and Network (TCP) connections with a simple unified API.
Changelog #
All notable changes to this project will be documented in this file.
1.0.2 - 2026-01-13 #
1.0.0 - 2026-01-13 #
Added #
- Initial release of pos_printer_d
- Bluetooth printer support (Classic & BLE) for Android and iOS
- USB printer support for Android and Windows
- Network/TCP printer support for all platforms
- Single
PrinterServiceAPI for all printer types - Stream-based device discovery
- Reactive connection state management
- ESC/POS helper commands (initialize, cut, feed, beep)
- Connection configuration options (timeout, retries)
- Full null-safety support