This is a simple Flutter application that generates random motivational quotes. Users can press a button to display a new quote from a predefined list of quotes.
- Displays a random motivational quote each time the button is pressed.
- A simple, clean interface with an intuitive design.
To run this Flutter app, you need to have the following installed:
- Flutter SDK
- Dart SDK
- An editor (VSCode, Android Studio, or IntelliJ)
- Clone the repository:
git clone https://github.com/karamatpkid/random-quote-generator.git
