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

Move from List<Int> to Uint8List #35

Closed
truongsinh opened this issue Mar 12, 2019 · 1 comment
Closed

Move from List<Int> to Uint8List #35

truongsinh opened this issue Mar 12, 2019 · 1 comment

Comments

@truongsinh
Copy link

truongsinh commented Mar 12, 2019

Ref: https://groups.google.com/a/dartlang.org/forum/#!topic/misc/JpNkRRLI9_w, google/protobuf.dart#219

More and more packages are explicitly switching to Uint8List.

@daegalus
Copy link
Owner

Unnecessary change. Nothing I use returns Uint8list, its easy to convert between, and in the topic you linked, they say as much. If you need Uint8list, just convert it internally. I wont be changing this.

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

No branches or pull requests

2 participants