hsbijarniya / image_editor_plus

Flutter Image Editor Plugin with simple, easy support for image editing using Paints, Text, Filters, Emoji and Sticker like stories.
MIT License
122 stars 116 forks source link

Override the Save Action After Editing a Photo #82

Open paulinofonsecas opened 3 months ago

paulinofonsecas commented 3 months ago

Hello,

I am using your Flutter package for photo editing in my application. However, I have noticed that there is no method available to override the save action after editing a photo. I need this functionality to customize the save behavior according to the needs of my application.

Question:

Could you add a method or provide a way to override the save action after editing a photo? If there is already a way to do this, could you please guide me on how to proceed?

Additional Context:

I am developing an Flutter Web application.

Thank you in advance for your attention and for the excellent work on the package!