0 purchases
drag widgets
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:
copied to clipboard
Add import package #
import 'package:drag_widgets/drag_widgets.dart';
copied to clipboard
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
),
)
copied to clipboard
Additional information #
The project is under development and ready for your pull-requests and issues 👍
Thank you for support ❤️
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.