live_photo_maker 0.0.2 live_photo_maker: ^0.0.2 copied to clipboard
live photo maker for lock screen wallpaper.
live_photo_maker #
live photo maker for lock screen wallpaper.
Supports platform
Android | iOS | |
---|---|---|
Support | ❌️ | ✔️ |
Usage #
To use this plugin, add live_photo
as a dependency in your pubspec.yaml file.
Example #
bool success = await LivePhotoMaker.create(firstImagePath: firstImagePath, secondImagePath: secondImagePath, width: movWidth, height: movHeight);