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

widget height and width for smaller images #13

Closed ReggieMiller1 closed 1 year ago

ReggieMiller1 commented 2 years ago

you can fix this by commenting out height and width on sizebox in the package....the publisher can find the issue on line 506. once fixed all images will adjust to the sizedbox even when small.

hsbijarniya commented 2 years ago

No it's not that simple.

SizedBox was used because Screenshot Widget was adding black padding around image.

ReggieMiller1 commented 2 years ago

No it's not that simple.

SizedBox was used because Screenshot Widget was adding black padding around image.

okay i think i saw that one...can you set 'fit' to StackFit.expand on the stack widget on line 443 so that the image can fit to

ReggieMiller1 commented 2 years ago

under layersStack i decided to add 'fit:Stack.expand'

ReggieMiller1 commented 1 year ago

i managed to do fixes for package...im talking about major fixes.

On Sun, Oct 30, 2022 at 1:24 PM hsbijarniya @.***> wrote:

Closed #13 https://github.com/hsbijarniya/image_editor_plus/issues/13 as completed.

— Reply to this email directly, view it on GitHub https://github.com/hsbijarniya/image_editor_plus/issues/13#event-7698824973, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMN7HJJV3SU7UOGXKPYUZHTWFZLGNANCNFSM5Q3PFERQ . You are receiving this because you authored the thread.Message ID: @.***>