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);