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 |
---|---|
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 ❤️