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

A simple slider of video to trim by specific area.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add video_slider

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

dependencies:
  video_slider: ^0.0.1

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_slider/video_slider.dart';
14
likes
110
pub points
50%
popularity

Publisher

unverified uploader

A simple slider of video to trim by specific area.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, video_player, video_thumbnail

More

Packages that depend on video_slider