We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does anyone know how to use auto cut paper after printing from this package? Highly appreciate it if anyone can let me know.
The text was updated successfully, but these errors were encountered:
I managed to solve it. Posting here if anyone looking for an answer.
List<int> intList = [0x1D, 0x56, 0x00]; Uint8List cutCommand = Uint8List.fromList(intList); FlutterBluetoothPrinter.printBytes(address: widget.device, data: cutCommand, keepConnected: true); await FlutterBluetoothPrinter.disconnect(widget.device);
You can do this before disconnect from printer.
Sorry, something went wrong.
No branches or pull requests
Does anyone know how to use auto cut paper after printing from this package? Highly appreciate it if anyone can let me know.
The text was updated successfully, but these errors were encountered: