wrjcs

Results 12 issues of wrjcs

Hello, I use this plugin to read the mifare card. this is the data read by plugin: {nfca: {identifier: [199, 255, 228, 52], atqa: [4, 0], maxTransceiveLength: 253, sak: 8,...

Hello, I run you plugin on android no root, I can't get the availablePorts. This is the devices I have, and they have permission. ![image](https://user-images.githubusercontent.com/7202194/113591198-e4241300-9633-11eb-9779-7b9c6779f298.png) And if I give the...

Hello, I use this package into my android project. And when I open the port, I got this error permission denied errno = 13 Could you help me? Thanks.

Hello, I use buffer = sp.read(1, timeout: 5000); But I can't continue when time is out of 5000

Hello, I use the argement looping:false to play one time. But It play always in looping does't stop.

help wanted

### Checklist - [X] I read the [troubleshooting guide](https://github.com/bluefireteam/audioplayers/blob/main/troubleshooting.md) before raising this issue - [X] I made sure that the issue I am raising doesn't already exist ### Current bug...

question
waiting for report
platform-android
stale

Hello, When I use Printing.convertHtml, this method, I got this error. Could you help me? Thanks

bug
needs triage

Hello, this is my code of version 3.0.2 void image(Image imgSrc, {PosAlign align = PosAlign.center}) { // Image alignment setStyles(PosStyles().copyWith(align: align)); final Image image = Image.from(imgSrc); // make a copy...