-
Notifications
You must be signed in to change notification settings - Fork 5
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
Error: 'Uint8List' is restricted and can't be extended or implemented. #11
Comments
Uuugh, it's seems that Android's Java restricts the unsigned byte class to be implemented or extended. |
I think we're screwed. |
Ok, I was able to do a dirty-refactoring in 30 minutes, but I need to think about which one is the right path. |
Wow, that was fast! I still haven't been able to fully test it, but it has already solved my problem, being able to do the build. |
It was refactored and can be closed. |
I am getting this error when running:
Flutter Doctor:
The text was updated successfully, but these errors were encountered: