simple_alert_box 0.0.2 copy "simple_alert_box: ^0.0.2" to clipboard
simple_alert_box: ^0.0.2 copied to clipboard

Custom alert box

The basic version of the alert box

Features #

  • Simple and easy to use
  • Dark mode available
  • Customizable Buttons

Usage #

AlertBox.showAlertBox(
                context: context,
                darkTheme: true,
                alertText: 'Alert ! Alert ! Alert ! \nMy alert box !!',
                buttonText: 'Example noted');