emerge_alert_dialog 0.0.1 copy "emerge_alert_dialog: ^0.0.1" to clipboard
emerge_alert_dialog: ^0.0.1 copied to clipboard

outdated

An emerge alert dialog package in Dart is a package that allows developers to easily create and display alert dialogs with custom animations. Emerge dialogs are used to display important information o [...]

Emerge Alert Dialog #

An emerge alert dialog package is allows developers to easily create and display alert dialogs with custom animations. Emerge dialogs are used to display important information or messages to the user and often include a call to action, such as a button to confirm or dismiss the dialog.

In the context of the Emerge framework, an Alert Dialog is a type of dialog box that can be used to display an alert message or to prompt the user for a response within the context of an Emerge application.

Usage #

Example

To use this package :

  • add the dependency to your pubspec.yaml file.
dependencies:

  emerge_alert_dialog: ^0.0.1

How to use #

    Future<void> _showMyDialog(BuildContext context) async {
        return showDialog<void>(
        context: context,
        barrierDismissible: true,
        builder: (BuildContext context) {
            return EmergeAlertDialog(
            alignment: Alignment.bottomCenter,
            emergeAlertDialogOptions: EmergeAlertDialogOptions(
                title: const Text("Privacy Info"),
             ),
          );
        },
      );
    }

Screenshot #

[screenshot/screenshot1.gif] [screenshot/screenshot2.gif]


[screenshot/screenshot3.gif]

Created & Maintained By #

Tushar Nikam


14
likes
0
points
67
downloads

Publisher

unverified uploader

Weekly Downloads

An emerge alert dialog package in Dart is a package that allows developers to easily create and display alert dialogs with custom animations. Emerge dialogs are used to display important information or messages to the user and often include a call to action, such as a button to confirm or dismiss the dialog.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on emerge_alert_dialog