simple_alert_dialog 1.0.1 copy "simple_alert_dialog: ^1.0.1" to clipboard
simple_alert_dialog: ^1.0.1 copied to clipboard

Created simple alert dialog widget.

Buy Me A Coffee

Simple Alert Dialog #

Simplest alert dialog widget.

Liked my work ? support me

Example #

for full example please view example/main.dart

SimpleAlertDialog.show(
  context,
  assetImagepath: AnimatedImage.error,
  buttonsColor: Colors.red,
  title: AlertTitleText('Are you sure ?'),
  //confirmationText: "delete", // use this to mandate user to write text before confirmation
  content: AlertContentText(
    'Do you really want to delete your account ? You will not be able to undo this action.',
  ),
  onConfirmButtonPressed: (ctx) {
    Navigator.pop(ctx);
  },
);

Screenshots #

5
likes
140
points
108
downloads

Publisher

unverified uploader

Weekly Downloads

Created simple alert dialog widget.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on simple_alert_dialog