- Notifications
You must be signed in to change notification settings - Fork3
License
NotificationsYou must be signed in to change notification settings
Banuba/ve-sdk-flutter
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Banuba Video Editor SDK allows you to quickly add short video functionality and possibly AR filters and effects into your mobile app.
Before you commit to a license, you are free to test all the features of the SDK for free.
The trial period lasts 14 days. To start it,send us a message.
We will get back to you with the trial token.
Feel free tocontact us if you have any questions.
Run in Terminal to install Video Editor Flutter plugin
$ flutter pub add ve_sdk_flutter
or specify the package in yourpubspec.yaml
file
dependencies: ve_sdk_flutter: ^0.15.0
Please follow ourIntegration Guide to complete full integration.
Set Banuba license tokenwithin the app
Runflutter run
in terminal to launch the app on a device or use IDE i.e. Intellij, VC, etc. to launch the app.
- Install CocoaPods dependencies. Openios directory and run
pod install
in terminal. - OpenSigning & Capabilities tab in Target settings and select your Development Team.
- Run
flutter run
in terminal to launch the app on a device or launch the app in IDE i.e. XCode, Intellij, VC, etc.
Version | |
---|---|
Dart | 3.3.0 |
Flutter | 3.19.2 |
Android | 6.0+ |
iOS | 13.0+ |