zebra_printer 0.1.9
zebra_printer: ^0.1.9 copied to clipboard
Flutter management package for Zebra printers. Uses Zebra Link-OS SDK for Bluetooth connectivity and ZPL sending.
Changelog #
0.1.9 #
- Removed iOS platform support
- Package now supports Android platform only
- Cleaned up iOS-related code and dependencies
- Translated example app to English
- Updated documentation to reflect Android-only support
0.1.8 #
- Previous iOS-related changes (now removed)
0.1.7 #
- Translated documentation to English
- Updated package documentation
0.1.6 #
- Package update
- Performance improvements
0.1.5 #
- Added missing files
- Updated configuration files
0.1.4 #
- Improved code format in example app
0.1.3 #
- Added example app
- Improved package structure
0.1.2 #
- Updated README file
- Added pub.flutter-io.cn badges
- Updated version information
0.1.1 #
- Updated GitHub repository information
- Fixed package name (com.example -> com.sameetdmr)
0.1.0 #
- Initial release
- Core features:
- Scan and discover Bluetooth devices
- Pair and unpair with Bluetooth devices
- Connect and disconnect from Zebra printers
- Send ZPL code to printers
- Check printer status
- Get printer information
- Enum usage:
- BluetoothDeviceType
- BluetoothBondState
- BluetoothConnectionState
- BluetoothScanState
- PrinterConnectionState
- PaperState
- HeadState
- PauseState
- Advanced Bluetooth connection management
- Zebra Link-OS SDK integration for Android