Skip to content

Pradipjadav05/dialog_boxes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A flutter widgets for different different dialogs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published