-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
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
Any plans to support Android? #76
Comments
Is there any way to do it manually? |
You would need to add a new method to the Android method channel, by adding an else-if right here: Lines 25 to 31 in e9c1fd9
and then call that method on the Dart side by following the instructions here If you get that working, maybe consider submitting a PR? |
@Levi-Lesches Thanks, I ended up using the |
Did it worked for you?. |
Turned out my use-case of serial on Android wasn't so strong so I dropped it for now, but I would like to see this implemented here as well. |
The Android docs say to explicitly request permission before trying to use Serial functionality. Unfortunately, this is not something that can be done in the Manifest but must be done using Java/Kotlin, like
package:usb_serial
does.Are there any plans to support that here?
The text was updated successfully, but these errors were encountered: