easy_video_editor library

A Flutter plugin for easy video editing operations

Classes

EasyVideoEditorPlatform
A platform interface for the easy_video_editor plugin that provides video editing capabilities without FFmpeg dependency.
MethodChannelEasyVideoEditor
An implementation of EasyVideoEditorPlatform that uses method channels.
VideoEditorBuilder
A builder class for chaining video operations
VideoMetadata
Class representing video metadata
VideoOperation
Represents a video operation with its parameters

Enums

RotationDegree
Enum for video rotation degrees
VideoAspectRatio
Represents common aspect ratios for video cropping
VideoOperationType
Types of video operations supported by the editor
VideoResolution
Video resolution options

Typedefs

ProgressCallback = void Function(double progress)
Callback for progress updates during video operations