dialog_boxes

Creator: coderz1093

Last updated:

0 purchases

dialog_boxes Image
dialog_boxes Images

Languages

Categories

Add to Cart

Description:

dialog boxes

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...!!",
);
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.