yellowQ-software / yellowQ-Flutter-Image-Painter

Flutter package for painting on images
MIT License
106 stars 116 forks source link

Please update info that it is also for web #68

Open RoarGronmo opened 9 months ago

RoarGronmo commented 9 months ago

Scanning through som solutions for draw on image for flutter web, this was promising, until I saw it was not mentioned it was for WEB until I read the version information (as I "never" do...).

image

Please update the "aiming" list that it is for WEB too...

lively-bigyan commented 9 months ago

Those tags are generated by pub.dev itself. In this library example, we are using dart:io library to export the image into a file. Since that library doesn't support the web, it sees the package as not supported by the web. Also, this package is up to date with Flutter mobile stable releases but isn't tested on the web for every release. Thank you for the suggestion though. That is something I can look into.