I’m encountering an error when trying to build my Flutter application with the esc_pos_printer_plus package (version 0.0.3). The error occurs in network_printer.dart on line 162, where it tries to access QRCode Size4, which appears to be missing. Here’s the specific error message:
error: ../../.pub-cache/hosted/pub.dev/esc_pos_printer_plus-0.0.3/lib/src/network_printer.dart:162:26: Error: Member not found: 'Size4'. QRCode size = QRSize.Size4;
• Flutter SDK Version: 3.24.4
• Dart SDK Version: 3.5.4
It seems like Size4 is an undefined member in the QRSize class, possibly missing in this package version. If there’s a recommended workaround or a specific version that resolves this issue, please let me know.