Skip to main content
VESDK/Flutter/Getting Started

Integration into your Flutter application

Quickly integrate VideoEditor SDK for Flutter into your application.

Free Trial#

Our tech is modified to be used for testing purposes without a license key. To start testing just follow this Get Started guide and leave out the step of entering the commercial license keys. The editor will simply render a watermark over the preview and final results. And in case you need any technical assistance, make sure to reach out to us: https://img.ly/support. We’ll be glad to help.

Requirements#

For this version, the requirements are:

  • Flutter: 1.20.0
  • Dart: 2.12.0
  • iOS: 13
  • Android: 5 (SDK 21)

If your app depends on some older versions of these requirements please have a look at previous versions of the SDK.

Flutter CLI#

Install the Flutter plugin in your project as follows:

flutter pub add video_editor_sdk

or add it manually to your pubspec.yaml:

dependencies:
video_editor_sdk: ^3.0.0

Platform specific#

Since the video_editor_sdk plugin depends on our native PhotoEditor SDK, you need to make some native changes to your Flutter application. The integration depends on the Flutter version your app has been created with. Please select your (stable) version and follow the steps from the corresponding integration guide:

Version
Version
3.19.0+
Version
2.8.0 - 3.16.0
Version
1.20.0 - 2.5.0