You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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;
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.
The text was updated successfully, but these errors were encountered:
I changed this variable "Size4" to "size4" from "../../.pub-cache/hosted/pub.dev/esc_pos_printer_plus-0.0.3/lib/src/network_printer.dart:162:26:" and fixed error.
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;
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.
The text was updated successfully, but these errors were encountered: