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

toByteData() isn't supported for flutter web #22

Open
wterrill opened this issue Apr 25, 2020 · 0 comments
Open

toByteData() isn't supported for flutter web #22

wterrill opened this issue Apr 25, 2020 · 0 comments

Comments

@wterrill
Copy link

there's a problem with .toByteData in line 101 of the example project:
var data = await image.toByteData(format: ui.ImageByteFormat.png);

This is documented here:
flutter/flutter#44908

As of now, there doesn't seem to be a clean way to retrieve that data for flutter web.

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

1 participant