Created
March 8, 2021 10:23
-
-
Save imgly-gists/a3548510a2d74037ad58c558f3fa4472 to your computer and use it in GitHub Desktop.
Minimal example showing how to launch the editor.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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