easy_blue_printer 1.3.3
easy_blue_printer: ^1.3.3 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.3 - 2026-02-11 #
- FIX README
1.3.2 - 2026-02-11 #
Fixed #
- iOS: Connected peripheral now appears in scan results even if not discovered during scan
- Upgraded Flutter SDK to 3.38.9
- Fixed VS Code launch configuration
1.3.1 - 2026-02-10 #
- FIX README
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.