easy_drag_and_drop

Creator: coderz1093

Last updated:

0 purchases

easy_drag_and_drop Image
easy_drag_and_drop Images
Add to Cart

Description:

easy drag and drop

Overview #
The package make easier drag and drop stack of widgets

Usage #
@override
Widget build(BuildContext context) {
return const Scaffold(
body: Center(
child: EasyDragAndDrop(
initialPositions: [
Offset(-100, 0),
Offset(0, -100),
],
width: 300,
height: 300,
items: [
FlutterLogo(),
FlutterLogo(),
],
),
),
);
}
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.