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

Multiple video_editor binary packages

LeGoffMael opened this issue · comments

commented

To fix #129 kind of issues a solution would be do like ffmpeg_kit, publish multiple packages using different ffmpeg distribution

For example:

video_editor: any
video_editor_min: any
video_editor_min_gpl: any
video_editor_full: any
video_editor_full_gpl: any
# ... maybe more ?