This is a simple Flutter project demonstrating how to create an Alert Box in a Flutter app. The project uses a MaterialApp
with a button that triggers the display of an alert dialog when pressed.
- Alert Dialog: A simple alert dialog with a title, message, and a "Close" button.
- Material 3 Design: The app uses Flutter's latest Material 3 design guidelines.
- Stateful Widget: The project includes a
StatefulWidget
to manage the state of the button interaction.
When you press the "Show Alert Box" button, an alert dialog will appear with a title, a message, and a close button to dismiss the dialog.


main.dart
: Contains the entire code for the app, including theMyHomePage
widget that holds the button and the alert dialog.
To run the project locally:
- Clone the repository:
git clone https://github.com/Bhavyansh03-tech/AlertDialog.git
- Install the dependencies:
flutter pub get
- Run the app:
flutter run
- Flutter SDK (latest version)
- Dart
Contributions are welcome! Please fork the repository and submit a pull request for any improvements or bug fixes.
- Fork the repository.
- Create your feature branch (
git checkout -b feature/your-feature
). - Commit your changes (
git commit -am 'Add some feature'
). - Push to the branch (
git push origin feature/your-feature
). - Create a new Pull Request.
For questions or feedback, please contact @Bhavyansh03-tech on GitHub or connect with me on LinkedIn.