broody_video 0.5.0-dev.2
broody_video: ^0.5.0-dev.2 copied to clipboard
The video manipulation library for broody. iOS only for now.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add broody_videoThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
broody_video: ^0.5.0-dev.2Alternatively, 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:broody_video/broody_video.dart';