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

Export all Classes (thundernail_slider.dart, video_view.dart, ...) and enable to disable cropping in trim_slider

FabriceACohen opened this issue · comments

Hello,

Again great job.

I am trying to create my own app and need recreate my own app based on these bricks.

  • It would be great to get access to all classes
  • It would be great to activate/deactivate Cropping and eventually the position slider in the slider.

Thanks !

Adding on top of this, not sure if that's what the issue creator meant, but it would be great to have a widget for the video slider that does not contain any cropping and only allows you to slide across the video thumbnails

This would be useful for when adding a soundtrack under it and you want to align it with the original video and not with a cropped version.

Thank you