The basic version of the alert box

Features

  • Simple and easy to use
  • Dark mode available

Usage

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

Libraries

simple_alert_box