gopaldhola99 / sticker_view

A Flutter plugin to rotate, resize, move, delete text, photo or any other widget.
MIT License
26 stars 17 forks source link

Can I cancel the background #5

Open tudosxxx opened 1 year ago

tudosxxx commented 1 year ago

1.Can I cancel the background。 2.Add gif support

gopaldhola99 commented 3 months ago

Hey @tudosxxx ,

  1. Cancel Background: Yes, you can remove the background by setting the background parameter to Colors.transparent in StickerView.

  2. GIF Support: You can add any widget as a child, including GIFs.

Hope this helps! And Let me know if you have any more questions!

Cheers, Gopal Dhola