sticker_editor_plus 1.1.0 copy "sticker_editor_plus: ^1.1.0" to clipboard
sticker_editor_plus: ^1.1.0 copied to clipboard

A widget that lets you modify and move your text and image according to your boundaries.

1.1.0 #

Support custom controller Icons. [issue]

  • [Widget] Introduced props: resizeIcon, rotateIcon, closeIcon and editIcon [patch]
// Skip the parameters to set default Icon

StickerEditingView(
  rotateIcon: const Icon(Icons.heart_broken),
  closeIcon: const Icon(Icons.star),
  rotateIcon: const Icon(Icons.rectangle),
  editIcon: const Icon(Icons.edit),
)

StickerEditingBox(
  rotateIcon: const Icon(Icons.heart_broken),
  closeIcon: const Icon(Icons.star),
  rotateIcon: const Icon(Icons.rectangle),
)

TextEditingBox(
  rotateIcon: const Icon(Icons.heart_broken),
  closeIcon: const Icon(Icons.star),
  rotateIcon: const Icon(Icons.rectangle),
)

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 and backgroundColor.
  • [Widget] Introduced custom controller designing interfaces.
  • [Model] Introduced JSON DTO for PictureModel and TextModel.
  • [Model] TextModel: angle to set custom rotation.
  • [Flutter] Upgraded versions of kotlin, flutter/dart and internal dependencies.
  • [Bug] Fixed 'delta' isn't defined. [Issue]
14
likes
150
pub points
71%
popularity

Publisher

verified publisherflowerdiary.xyz

A widget that lets you modify and move your text and image according to your boundaries.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

dotted_border, flutter, flutter_web_plugins, get

More

Packages that depend on sticker_editor_plus