/AlertDialog

A simple Flutter app demonstrating how to display an alert dialog with Material 3 design.

Primary LanguageC++

Flutter AlertBox Demo

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.

Features

  • 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.

Preview

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.

Screenshots

First Screenshot Second Screenshot

Project Structure

  • main.dart: Contains the entire code for the app, including the MyHomePage widget that holds the button and the alert dialog.

Getting Started

To run the project locally:

  1. Clone the repository:
    git clone https://github.com/Bhavyansh03-tech/AlertDialog.git
  2. Install the dependencies:
    flutter pub get
  3. Run the app:
    flutter run

Requirements

  • Flutter SDK (latest version)
  • Dart

Contributing

Contributions are welcome! Please fork the repository and submit a pull request for any improvements or bug fixes.

  1. Fork the repository.
  2. Create your feature branch (git checkout -b feature/your-feature).
  3. Commit your changes (git commit -am 'Add some feature').
  4. Push to the branch (git push origin feature/your-feature).
  5. Create a new Pull Request.

Contact

For questions or feedback, please contact @Bhavyansh03-tech on GitHub or connect with me on LinkedIn.