dialog_boxes 0.0.3 copy "dialog_boxes: ^0.0.3" to clipboard
dialog_boxes: ^0.0.3 copied to clipboard

A flutter widgets for different different dialogs.

alert_dialogs #

A flutter widgets for different different dialogs.

Features #

  • show Alert Dialog with icons and button
  • show warning dialog with icons and button
  • show confirmation dialog with icons and button also conformation callback function.

Getting started #

To use this package, add alert_dialogs as a dependency in your pubspec.yaml file.

Usage #

Minimal example:

   CustomIconDialog(
        dialogType: DialogType.alert,
        title: "",
        content: "Sure...!!",
    );
1
likes
150
pub points
0%
popularity

Publisher

unverified uploader

A flutter widgets for different different dialogs.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on dialog_boxes