Resizable Dialog for Flutter

A Flutter package that provides a customizable resizable and draggable dialog. This package allows users to resize and move the dialog around the screen, with optional callbacks to monitor resize and drag events.

Features

  • Resizable: The dialog can be resized from any edge or corner.
  • Draggable: The dialog can be dragged across the screen.
  • Customizable: You can control the appearance, initial position, and minimum size of the dialog.
  • Callbacks: Get notified when the dialog is resized, dragged, or its dimensions change.

Getting Started

Installation

Add this to your pubspec.yaml:

dependencies:
    resizable_dialog: ^0.0.4

Libraries

resizable_dialog