image_stickers

Last updated:

0 purchases

image_stickers Image
image_stickers Images
Add to Cart

Description:

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

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.