live_photo_maker

live photo maker for lock screen wallpaper.

Image text

Supports platform

Android iOS
Support ❌️ ✔️

Example

  bool success = await LivePhotoMaker.create(
        coverImage: coverImage!.path,
        imagePath: contentImage?.path,
        voicePath: contentVoice?.path,
        width: movWidth,
        height: movHeight);