Baseflow / Baseflow/flutter_cached_network_image
imageprovider doesnt use scale/size property
Open
- Dominant language
- Dart
- Stars
- 2.6k
- Forks
- 731
- Avg merge
- 3d 9h
- Merged PRs (30d)
- 1
Description
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 :)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.