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

[dart:convert] Utf8Decoder lack Iterator support #38501

Open
AgainPsychoX opened this issue Sep 20, 2019 · 0 comments
Open

[dart:convert] Utf8Decoder lack Iterator support #38501

AgainPsychoX opened this issue Sep 20, 2019 · 0 comments
Labels
area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-convert type-enhancement A request for a change that isn't a bug

Comments

@AgainPsychoX
Copy link

I would love use Utf8Decoder from dart:convert (and other similar too) like this:

Iterator<int> myIterator; // ...
utf8.decode(myIterator, /*length:*/ 17);

The same goes for just Iterables (note: those can be copied down toList, so these are so urgent).

@lrhn lrhn added area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-convert type-enhancement A request for a change that isn't a bug labels Sep 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-convert type-enhancement A request for a change that isn't a bug
Projects
None yet
Development

No branches or pull requests

2 participants