rydmike / flex_color_picker

A highly customizable Flutter color picker.
BSD 3-Clause "New" or "Revised" License
198 stars 41 forks source link

Opacity control exception #82

Closed rihansr closed 2 months ago

rihansr commented 4 months ago

... enableOpacity: true ...

Unable to load asset: "packages/flex_color_picker/assets/opacity.png". Exception: Asset not found

rydmike commented 4 months ago

Hi @rihansr, thanks for the issue report.

I was unable to replicate this with the web demo in the repo, when building it on Android, iOS, macOS and Web targets. Loading the asset, used by the opacity slider, worked fine on all tested targets.

Can you please provide a reproduction sample? With some info about what version of Flutter and what devices and build modes you see this in?

rydmike commented 3 months ago

Added tag waiting for reply. Will close in 2 weeks if additional reproduction info has not bee provided.

rydmike commented 2 months ago

Closed due to no response. We can open this again if there is more info, like a reproduction sample.