dollar_starxpand 0.0.8 dollar_starxpand: ^0.0.8 copied to clipboard
Star Micronics SDK for Dollar POS
0.0.8 #
-
Improved Cash Drawer Handling:
- Added logic to check if the printer is already open before attempting to open it, ensuring no redundant connection attempts.
- Incorporated status check for the cash drawer, ensuring that the drawer is only opened if it's not already open.
- Ensured the printer connection is properly closed after opening or interacting with the cash drawer, improving connection management.
-
Printer Connection Handling:
- Optimized connection lifecycle by avoiding unnecessary open calls if the printer is already connected.
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 thedidFind
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 includemodel
in thedidFind
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.