Last updated:
0 purchases
image stickers
Flutter Package to apply stickers to image. #
Try Demo.
Getting Started #
Installation #
dependencies:
...
image_stickers: 0.0.6
copied to clipboard
Usage #
ImageStickers(
backgroundImage: const AssetImage("assets/background.png"),
stickerList: [
UISticker(
imageProvider: const AssetImage("assets/sticker.png"),
x: 100,
y: 100,
editable: true)
],
)
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.