You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
utf8.encode
It should returns datatype ofList<int>
right? But actually it didn't, I noticed thatUint8List
was returned insteadList<int>
.This issue happens because the input encoded by
encoder.convert
and this returnsUint8List
I hope to fix it soon
Thank You
The text was updated successfully, but these errors were encountered: