xdialog 1.0.0
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', );