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
RangeError (index): Invalid value: Not in inclusive range 0..9638: 9639
I am trying to screenshot and print this image , but this error shows
full await controller.capture().then( (value) async { setState(() { theimageThatComesfromThePrinter = value; }); final im.Image ims = im.decodeImage(theimageThatComesfromThePrinter!)!; bytes += generator.imageRaster(ims);
await controller.capture().then( (value) async { setState(() { theimageThatComesfromThePrinter = value; }); final im.Image ims = im.decodeImage(theimageThatComesfromThePrinter!)!; bytes += generator.imageRaster(ims);
The text was updated successfully, but these errors were encountered:
No branches or pull requests
RangeError (index): Invalid value: Not in inclusive range 0..9638: 9639
I am trying to screenshot and print this image , but this error shows
full
await controller.capture().then( (value) async { setState(() { theimageThatComesfromThePrinter = value; }); final im.Image ims = im.decodeImage(theimageThatComesfromThePrinter!)!; bytes += generator.imageRaster(ims);
The text was updated successfully, but these errors were encountered: