pro_video_trimmer 0.0.1 copy "pro_video_trimmer: ^0.0.1" to clipboard
pro_video_trimmer: ^0.0.1 copied to clipboard

A Flutter package for trimming videos. This supports retrieving, trimming, and storage of trimmed video files to the file system.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add pro_video_trimmer

With Flutter:

 $ flutter pub add pro_video_trimmer

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

dependencies:
  pro_video_trimmer: ^0.0.1

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

Import it

Now in your Dart code, you can use:

import 'package:pro_video_trimmer/video_trimmer.dart';
0
likes
0
pub points
0%
popularity

Publisher

unverified uploader

A Flutter package for trimming videos. This supports retrieving, trimming, and storage of trimmed video files to the file system.

License

unknown (LICENSE)

Dependencies

ffmpeg_kit_flutter, flutter, intl, path, path_provider, transparent_image, video_player, video_thumbnail

More

Packages that depend on pro_video_trimmer