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

sticker view not updating the state #4

Open niaz25610 opened 2 years ago

niaz25610 commented 2 years ago

i want to change the font family of my text which is the child of sticker when i call setstate() it's not updating the view

fadzlitown commented 1 year ago

me too. I can't update the text at all

gopaldhola99 commented 3 months ago

Hey @niaz25610,

You can update the font family, but you'll need to reload the app as setState() won't update the view. I'm working on a fix for this. In the meantime, try using state management solutions.

Cheers, Gopal Dhola