ve_sdk_flutter 0.48.0
ve_sdk_flutter: ^0.48.0 copied to clipboard
White-label video editor SDK for Flutter. Add a full-featured video editing UI to iOS and Android apps: multi-track timeline, AI clipping, AI captions, video templates, drafts, stickers, AR effects an [...]
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.48.0Alternatively, 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';