image_stickers 0.0.6 copy "image_stickers: ^0.0.6" to clipboard
image_stickers: ^0.0.6 copied to clipboard

Plugin to apply image stickers to the background image. Drag, resize, rotate stickers.

Flutter Package to apply stickers to image. #

Demo

Try Demo.

Getting Started #

Installation #

dependencies:
  ...
  image_stickers: 0.0.6

Usage #

ImageStickers(
  backgroundImage: const AssetImage("assets/background.png"),
  stickerList: [
    UISticker(
      imageProvider: const AssetImage("assets/sticker.png"),
      x: 100,
      y: 100,
      editable: true)
  ],
)
16
likes
150
pub points
56%
popularity

Publisher

verified publisherkoallider.me

Plugin to apply image stickers to the background image. Drag, resize, rotate stickers.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter, image

More

Packages that depend on image_stickers