live_photo_maker 0.0.1 live_photo_maker: ^0.0.1 copied to clipboard
live photo maker for lock screen wallpaper.
live_photo #
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 LivePhoto.create(firstImagePath: firstImagePath, secondImagePath: secondImagePath, width: movWidth, height: movHeight);