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
112 stars 68 forks source link

Video editing #235

Open Thesergiolg99 opened 2 days ago

Thesergiolg99 commented 2 days ago

Platforms

Android, iOS

Description

Would be a game changer to let the editor upload a video, like instagram, so its inserted as a layer same as its done with te image. Would love to help if i can with anything.

Why

Now a days social medias are based on video as well as images.

hm21 commented 13 hours ago

That would be a great feature, but implementing it will take a significant amount of time, especially for the generation aspect. In my current projects, I do not require this feature, so I have no plans to implement it. However, for anyone who wishes to implement it and want to create a PR, I will explain below which parts will need to be modified.

Layer

Generation

Import/ Export

Various