easy_drag_and_drop 0.0.1 copy "easy_drag_and_drop: ^0.0.1" to clipboard
easy_drag_and_drop: ^0.0.1 copied to clipboard

outdated

Package make easier drag and drop for list of widgets

Overview #

The package make easier drag and drop of widgets list puted in stack

Features #

Getting started #

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(), ], ), ), ); }

6
likes
0
points
16
downloads

Publisher

unverified uploader

Weekly Downloads

Package make easier drag and drop for list of widgets

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on easy_drag_and_drop