Skip to content
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

Returns the wrong type for utf8.encode #282

Closed
MahmoudKEA opened this issue Dec 3, 2022 · 0 comments · Fixed by dart-archive/convert#99
Closed

Returns the wrong type for utf8.encode #282

MahmoudKEA opened this issue Dec 3, 2022 · 0 comments · Fixed by dart-archive/convert#99

Comments

@MahmoudKEA
Copy link

MahmoudKEA commented Dec 3, 2022

utf8.encode It should returns datatype of List<int> right? But actually it didn't, I noticed that Uint8List was returned instead List<int>.
This issue happens because the input encoded by encoder.convert and this returns Uint8List
I hope to fix it soon

Thank You

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants