hm21 / pro_image_editor

The pro_image_editor is a Flutter widget designed for image editing within your application. It provides a flexible and convenient way to integrate image editing capabilities into your Flutter project.
https://hm21.github.io/pro_image_editor/
BSD 3-Clause "New" or "Revised" License
94 stars 59 forks source link

Right overflow on paint validator #177

Closed HeropolisDa2ny closed 1 month ago

HeropolisDa2ny commented 1 month ago

The middle Spacer is used for a long width screen to have the configs aligned in the middle instead of having it aligned on the right side. This configuration might be coherent only when the screen width is big enough (for tablets).

This is the rendering with a width < 640 px (640 being the ~max width of a phone).

Screenshot 2024-07-29 at 8 38 45

By removing the fix width of 80px it remove the overflow error