easy_blue_printer 1.3.0
easy_blue_printer: ^1.3.0 copied to clipboard
The **Easy Blue Printer** plugin allows seamless integration of Bluetooth printers in a Flutter app, enabling the scanning, connection, and printing functionality.
Changelog #
1.3.0 - 2026-02-10 #
Added #
- iOS: Image printing support
- iOS:
isConnecteduse case - iOS: Image processing utilities (scale and bitmap decode)
- Docs: Complete bilingual README (English and Portuguese) for pub.dev
Fixed #
- iOS: First scan no longer returns empty — waits for CBCentralManager to be ready before scanning
- iOS: Scan loading now stays visible until devices are found
- Android: Image printing sends data in chunks to avoid buffer overflow
- Android: Filter out unnamed devices from scan results
1.0.0 - 2025-02-12 #
Initial release #
- Added: Bluetooth device scanning functionality.
- Added: Connect and disconnect functionality for Bluetooth printers.
- Added: Ability to print text with customizable settings (font size, alignment, bold).
- Added: Print empty lines for better formatting.
- Added: Example Flutter app for testing and demonstration of the features.