video_trim_editor 0.1.0 copy "video_trim_editor: ^0.1.0" to clipboard
video_trim_editor: ^0.1.0 copied to clipboard

A beautiful and customizable video trimmer widget for Flutter with timeline preview, drag-to-trim handles, and playback controls.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add video_trim_editor

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  video_trim_editor: ^0.1.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:video_trim_editor/video_trim_editor.dart';
1
likes
140
points
114
downloads

Publisher

unverified uploader

Weekly Downloads

A beautiful and customizable video trimmer widget for Flutter with timeline preview, drag-to-trim handles, and playback controls.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

file_picker, flutter, flutter_native_video_trimmer, flutter_riverpod, freezed_annotation, path_provider, riverpod_annotation, video_player, video_thumbnail

More

Packages that depend on video_trim_editor