Skip to content

Koallider/image_stickers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)
  ],
)

About

Flutter package to apply stickers to an image.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages