lindi_sticker_widget 0.0.3
lindi_sticker_widget: ^0.0.3 copied to clipboard
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.