windows_taskbar icon indicating copy to clipboard operation
windows_taskbar copied to clipboard

Feature request: Set ThumbnailImage

Open Empty-57 opened this issue 3 months ago • 0 comments

This plugin is great, but I think the function of setting thumbnails should also be added

The interface for this function should be like this:

void setThumbnailImage(Uint8List bytes,FitMode? mode,int? cacheWidth, int? cacheHeight);

Parameter explanation:

bytes: The Uint8List of the thumbnail FitMode: Crop mode cacheWidth/cacheHeight:Decode at the specified size

Looking forward to this feature!!!

Empty-57 avatar Sep 30 '25 10:09 Empty-57