live_photo_maker
live photo maker for lock screen wallpaper.
Supports platform
Android | iOS | |
---|---|---|
Support | ❌️ | ✔️ |
Example
bool success = await LivePhotoMaker.create(
coverImage: coverImage!.path,
imagePath: contentImage?.path,
voicePath: contentVoice?.path,
width: movWidth,
height: movHeight);