dollar_starxpand 0.0.7 copy "dollar_starxpand: ^0.0.7" to clipboard
dollar_starxpand: ^0.0.7 copied to clipboard

unlisted

Star Micronics SDK for Dollar POS

0.0.7 #

  • Fixed Printer Connection Handling: Added a check to verify if the printer is already open before attempting a new connection, ensuring no redundant connection attempts are made.
  • Improved Error Handling: If the printer is already open, the connection attempt is skipped, and a successful result (nil) is returned without errors.
  • Enhanced Stability: Reduced unnecessary connection attempts, improving overall stability and performance of the printer connection logic.

0.0.6 #

  • Resolved an issue with passing model information of discovered printers as a string to Flutter, ensuring compatibility and stability in the didFind callback.
  • Improved error handling for nil values in printer model information, preventing crashes during discovery.
  • Refined StarDeviceDiscoveryManagerDelegate for optimized printer discovery callback with clearer model data representation.

0.0.5 #

  • Enhanced printer discovery to pass the model information of discovered printers to Flutter.
  • Updated StarDeviceDiscoveryManagerDelegate to include model in the didFind callback, providing more detailed printer information.

0.0.4 #

  • Updated documentation, including CHANGELOG.md enhancements.

0.0.3 #

  • Added support for opening the cash drawer on iOS using connected printers.

0.0.2 #

  • Implemented printer discovery feature to identify available printers.
  • Added functionality to connect to discovered printers.
  • Enabled receipt printing on connected printers.

0.0.1 #

  • Initial release with basic plugin setup.