An inspirational quotes app built with Flutter that allows you to discover, save, and share beautiful quotes.
- Browse random quotes by category
- Save favorite quotes
- Cache quotes for offline viewing
- Customize app appearance (theme, colors, fonts)
- Share quotes as images
- Save quote images to gallery
- Clone this repository
- Run
flutter pub get
to install dependencies - Run the app on your device/emulator:
- Android:
flutter run
- Android:
Some features may not work correctly in web browsers. Assistance with web implementation would be appreciated.
- flutter_riverpod: State management
- shared_preferences: Local storage
- http: API calls
- image_gallery_saver_plus: Save images to gallery
- share_plus: Share functionality
- url_launcher: Open external links
Contributions are welcome! Please open an issue or pull request if you'd like to help improve the app, especially with web support.