This Flutter app is a very simple and elegant Quote Generator. It fetches random quotes from an API based on user-specified keywords. You can copy quotes to the clipboard or share them on social media platforms like Twitter.
- Fetch random quotes.
- Copy quotes to the clipboard.
- Share quotes on x.com media.
- Beautiful and responsive UI with animations.
- Built with MVVM architecture and Provider for state management.
- Click on the quote button to get random quote.
- Copy the quote to share with others or post it on social media.
- Enjoy motivational, inspirational, and insightful quotes!
- Flutter: For building the cross-platform app.
- Provider: State management solution.
- MVVM Architecture: Separation of concerns and clean code structure.
- REST API: Fetches quotes from an external API.
- Dart: Programming language used for Flutter apps.
- Clone the repository:
git clone https://github.com/your-username/quote-generator.git