sticker_editor_plus 1.0.0 sticker_editor_plus: ^1.0.0 copied to clipboard
A widget that lets you modify and move your text and image according to your boundaries.
1.0.0 #
This library was originally created by Harsh Radadiya.
Initial release based on original repository, including a few enhancements.
- [Widget] Introduced props:
viewOnly
,onSave
,texts
,pictures
andbackgroundColor
. - [Widget] Introduced custom controller designing interfaces.
- [Model] Introduced JSON DTO for
PictureModel
andTextModel
. - [Model] TextModel:
angle
to set custom rotation. - [Flutter] Upgraded versions of kotlin, flutter/dart and internal dependencies.
- [Bug] Fixed
'delta' isn't defined
. [Issue]