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
104 stars 103 forks source link

unwanted packages removed, buttons fixes, logic fixes, code optimization #26

Closed omjadhav3714 closed 1 year ago

omjadhav3714 commented 1 year ago

-nb_utils an outdated package was throwing issue for flutter 3.0 and above. -It was removed and custom code replacing the package work is implemented -Constant Colors are added to managed the colors easily
-Bottom listview for edit button is changed with button for better tap/click reaction, previously using gesturedetector it was not that reactive. -Logical fixes