Last active
September 23, 2021 23:38
-
-
Save Wizpna/9676d642545b192487dec912a1474dd2 to your computer and use it in GitHub Desktop.
How I Built a Photo Editing App with 80 lines of code using Flutter and IMG.LY
This file contains 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
void imglyEditor(image) async { | |
await PESDK.openEditor(image: image); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment