We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Related to #337 and #440 the only image type from that list that seems to be working is WebP right now.
I believe Flutter doesn't have JPEG XL support so that explains that one, an error is not even given.
For AVIF though there is an error thrown by BR saying that "This image type is not supported" when it should be working.
The text was updated successfully, but these errors were encountered:
Was able to add AVIF support, but looks like JXL won't ever be supported by flutter. flutter/flutter#113476 (Closed with 'wont-fix')
Sorry, something went wrong.
alexlyp
Successfully merging a pull request may close this issue.
Related to #337 and #440 the only image type from that list that seems to be working is WebP right now.
I believe Flutter doesn't have JPEG XL support so that explains that one, an error is not even given.
For AVIF though there is an error thrown by BR saying that "This image type is not supported" when it should be working.
The text was updated successfully, but these errors were encountered: