drag and drop any widget

Features

at now you can drag any widget,image, or Icon to any pixel in screen

Getting started

Add Drag Widget to your pubspec.yaml file:

dependencies:
  drag_widgets:

Import get in files that it will be used:

import 'package:drag_widgets/drag_widgets.dart';

Usage

DragWidget(
    items: ListOfDummyData;
);