LeGoffMael / video_editor

A flutter package for editing video written in pure Dart with fully customizable UI. Supports crop, trim, rotation and cover selection.

Home Page:https://pub.dev/packages/video_editor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cropping with small crop area tends to break the UI

madhav-sunil opened this issue · comments

Notice the top portion where the crop icon is present.
After the cropping the Crop.preview() goes over the icon.

Untitled.mp4

Probably because the changing the aspectRatio messes up the logic? Just a guess

commented

This issue is more likely caused by your UI implementation. I cannot reproduced it with the example app

commented

close for inactivity, please let me know if you can reproduce it with the example app