drag_widgets 0.0.3 copy "drag_widgets: ^0.0.3" to clipboard
drag_widgets: ^0.0.3 copied to clipboard

drag and drop any widget

Drag Widgets 🔥

Drag Widgets allows you to create a draggable list of widgets, giving you the capability to drag and drop your list anywhere on the screen

Show some ❤️ and star the repo to support the project!

Mobile Web
Image Image

Pub Star on Github License: MIT Repository views

Getting started #

Follow these steps to use this package

Add dependency #

dependencies:
  drag_widgets:

Add import package #

import 'package:drag_widgets/drag_widgets.dart';

Easy to use #

The package is designed with maximum adaptation to All screens.
Therefore, adding a widget to your screen will be very simple.

    Scaffold(
      body: DragWidget(
        items: [],
        height: , // optional
        width: , // optional
      ),
    )

Additional information #

The project is under development and ready for your pull-requests and issues 👍
Thank you for support ❤️

3
likes
130
pub points
0%
popularity

Publisher

unverified uploader

drag and drop any widget

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on drag_widgets