xdialog 1.0.0 copy "xdialog: ^1.0.0" to clipboard
xdialog: ^1.0.0 copied to clipboard

A highly customizable animated dialog package for Flutter with dynamic configurations, multiple button support, and smooth animations.

XDialog - Flutter Custom Dialog Package #

A feature-rich, highly customizable dialog package for Flutter applications.

Features #

  • 🎨 Fully customizable UI
  • ⚡ Smooth animations
  • 🖱️ Hover effects
  • 🌈 Multiple button support
  • 🎚️ Size customization
  • 🕒 Animation control
  • 🎮 Interactive examples

Installation #

Add to your pubspec.yaml:

dependencies:
  xdialog: ^1.0.0

Basic Usage #

XDialog.show( context: context, title: 'Confirmation', message: 'Are you sure?', positiveButtonText: 'Yes', negativeButtonText: 'No', );

1
likes
0
points
1
downloads

Publisher

unverified uploader

Weekly Downloads

A highly customizable animated dialog package for Flutter with dynamic configurations, multiple button support, and smooth animations.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on xdialog