Skip to content

QRCode Size4 Not Found Error in esc_pos_printer_plus Version 0.0.3 #200

@OB-MobileDev

Description

@OB-MobileDev

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions