zebra_printer 0.1.8
zebra_printer: ^0.1.8 copied to clipboard
Flutter management package for Zebra printers. Uses Zebra Link-OS SDK for Bluetooth connectivity and ZPL sending.
Changelog #
0.1.8 #
- Fixed iOS Bluetooth connection and disconnection issues
- Improved iOS Bluetooth service discovery
- Implemented proper ZPL printing using Zebra SDK in iOS
- Fixed Objective-C bridge implementation for Zebra SDK
- Fixed ARC (Automatic Reference Counting) issues in iOS code
- Fixed Xcode build error for iOS simulator
- Added better error handling and logging for iOS
0.1.7 #
- Added iOS platform support
- Added communication with Zebra printers on iOS using Zebra Link-OS SDK
- Added BluetoothManager and PrinterManager classes for iOS
- Added platform differences documentation
- Updated README with iOS setup instructions
- Translated documentation to English
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.dev 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