Skip to content

Instantly share code, notes, and snippets.

@imgly-gists
Created March 8, 2021 10:23
Show Gist options
  • Select an option

  • Save imgly-gists/a3548510a2d74037ad58c558f3fa4472 to your computer and use it in GitHub Desktop.

Select an option

Save imgly-gists/a3548510a2d74037ad58c558f3fa4472 to your computer and use it in GitHub Desktop.
Minimal example showing how to launch the editor.
import 'package:photo_editor_sdk/photo_editor_sdk.dart';
import 'package:video_editor_sdk/video_editor_sdk.dart';
/// For photo_editor_sdk:
PESDK.openEditor(image: "assets/demo-image.jpg");
/// For video_editor_sdk:
VESDK.openEditor(video: "assets/demo-video.mp4");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment