thermal_printer_plus 1.0.13
thermal_printer_plus: ^1.0.13 copied to clipboard
A flutter plugin that prints esc commands to printers in different platforms such as android, ios, windows and different interfaces Bluetooth and BLE, TCP and USB
1.0.13 #
- fix iOS BLE crash caused by unsafe cancelPeripheralConnection during timeout and reconnect races
- replace binary BLE connecter path with guarded source implementation and timeout epoch protection
- return connect_failed when iOS connect is requested for a stale or missing scanned peripheral
- increase iOS BLE connect timeout to 15 seconds for slow thermal printers
- keep write guard to avoid writes before BLE characteristics are discovered
1.0.12 #
- fixed an ios major crash issue when connecting to a Bt device
1.0.11 #
- fixed windows build
1.0.8 #
- android minSdkVersion to 21
1.0.7 #
- fixed iOS build
- added some capabilities for printers
1.0.6 #
FORKED PROJECT
- fixed Bt discovery issue with android 14 version
- fix issue building android version
1.0.5 #
- fixed windows build
1.0.4 #
- fixed ios build
1.0.3 #
- fixed ios build error
1.0.2 #
- Bumped dart_ping to dart_ping: ^9.0.1
1.0.1 #
- Added Platforms
1.0.0 #
- Initial Release