ve_sdk_flutter 0.29.4
ve_sdk_flutter: ^0.29.4 copied to clipboard
Banuba Video Editor Flutter plugin.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add ve_sdk_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
ve_sdk_flutter: ^0.29.4Alternatively, 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:ve_sdk_flutter/ve_sdk_flutter.dart';