altera2015 / usbserial

Flutter Android USB Serial plugin
BSD 3-Clause "New" or "Revised" License
121 stars 83 forks source link

Web Serial support #48

Closed realrk95 closed 3 years ago

realrk95 commented 3 years ago

I've been looking at ways to encompass my current android only flutter app into a web app since web supports usb now. If I were to create a PR here, what are the guidelines and is it needed or is my use case isolated?

altera2015 commented 3 years ago

Happy to accept PR's. Note that the back-end of this plugin is android specific Java code. This PR would need a completely rewritten back-end for it to work on web.