A flutter widgets for different different dialogs.
- 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.
To use this package, add alert_dialogs as a dependency in your pubspec.yaml file.
Minimal example:
CustomIconDialog(
dialogType: DialogType.alert,
title: "",
content: "Sure...!!",
);