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

Package make easier drag and drop for list of widgets

Overview #

The package make easier drag and drop stack of widgets

Screen Recording 2023-11-18 at 22 14 15

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
130
pub points
51%
popularity

Publisher

unverified uploader

Package make easier drag and drop for list of widgets

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

flutter

More

Packages that depend on easy_drag_and_drop