lindi_sticker_widget 0.0.3 copy "lindi_sticker_widget: ^0.0.3" to clipboard
lindi_sticker_widget: ^0.0.3 copied to clipboard

outdated

Lindi Sticker Widget is a flutter plugin to flip, rotate, resize, move, delete any widgets.

lindi_sticker_widget #

Features #

Rotate
Resize
Move
Layer Update (Change Stack position)
Delete
Flip

Getting started #

This plugin is available on Pub: https://pub.dev/packages/lindi_sticker_widget

Add this to dependencies in your app's pubspec.yaml

lindi_sticker_widget : latest_version

Usage #

Sample code to integrate can be found in example/lib/main.dart.

LindiController

  LindiController controller = LindiController();

Integrate LindiStickerWidget

LindiStickerWidget(
    controller: controller,
    child: Container(
        color: Colors.yellow,
        width: double.infinity,
        height: 300,
)

Add Widget to LindiStickerWidget

controller.addWidget(
    Text('Hello World')
);

Save LindiStickerWidget as Uint8List

await controller.saveAsUint8List();

Screenshot #

[Demo]


❤️ Found this project useful? #

If you found this project useful, then please consider giving it a ⭐ on Github and sharing it with your friends via social media.

52
likes
0
points
227
downloads

Publisher

unverified uploader

Weekly Downloads

Lindi Sticker Widget is a flutter plugin to flip, rotate, resize, move, delete any widgets.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, vector_math

More

Packages that depend on lindi_sticker_widget