- Fix crashes when using usb with android
- Credits to jobsorrow for fixing android usb type connection
- Fix android missing lib
- Fix appendbitmap not working on paths
- Update example
- Credits to Eldhose-Islet for creating response status object PrinterResponseStatus
- Credits to ImTung for creating StarMicronicsUtilities to find suitable emulations
- Deprecated Starprnt's print and checkstatus functions, use sendCommands and getStatus instead
- Add more comments
- Fix android port not released after used
- Added appendBitmapWidget function for print commands
- Added comment documentations of the print commands
- Android/IOS added appendBitmapByteArray
- Added appendBitmapByte function for print commands
- Added createimagefromwidget function for print commands
- Update to support null-safety
- Fix ios having issue scanning for bluetooth printers
- Fix ios appendbitmap scale and difussion settings
- Add Android appendbitmap to accept file path string
- Fix IOS appendbitmap not working for filepaths
- Change readme typo
- Add appendBitmap implementation for IOS
- This plugin now supports use_framework!
- Fixed crash cause by exceptions on android
- Fixed unable to find dependency on ios
- Fixed The 'Pods-Runner' target has transitive dependencies that include static frameworks bug
- Fixed Star sdk pod version for IOS
- Added portDiscovery, checkstatus and print function