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

imageprovider doesnt use scale/size property #157

Open
ghost opened this issue Apr 6, 2019 · 0 comments
Open

imageprovider doesnt use scale/size property #157

ghost opened this issue Apr 6, 2019 · 0 comments

Comments

@ghost
Copy link

ghost commented Apr 6, 2019

CachedNetworkImageProvider('an image', scale: 0.1)
.resolve(ImageConfiguration.empty/ImageConfiguration(size: Size(5,5))/)
.addListener((info, bool) async {});

how to scale the image
i tried using ImageConfiguration or scale property in the provider
i want to get the bytes of the scaled image ,, but the returned image object wasnt effected by scale/size

sry for my bad English :)

@expilu expilu mentioned this issue Jul 23, 2020
2 tasks
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

0 participants