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

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

5
likes
0
pub points
51%
popularity

Publisher

unverified uploader

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