andrew_video_sdk 0.0.2
andrew_video_sdk: ^0.0.2 copied to clipboard
Video editing SDK for Flutter — timeline, multi-track, transitions, effects, filters, AI subtitle, smart cut, screen recording. Layer 1 core with SPI architecture.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add andrew_video_sdkThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
andrew_video_sdk: ^0.0.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:andrew_video_sdk/andrew_video_sdk.dart';