A beautiful daily inspiration app built with Flutter. Discover wisdom that moves you!
- 💬 Random inspirational quotes (auto-refresh every 15 seconds)
- ❤️ Save favorites locally
- 🔄 Share quotes with friends
- 🌙 Dark/Light theme support
- 🌍 Multi-language (English & Indonesian)
- 🌐 Web support with GitHub Pages
- Flutter SDK (3.5.0 or higher)
-
Clone the repository
git clone https://github.com/codinggeh/quote-geh.git cd quote-geh -
Install dependencies
flutter pub get
-
Generate code
dart run build_runner build --delete-conflicting-outputs
-
Run the app
flutter run
flutter build apk --releaseflutter build ios --releaseflutter build web --releaselib/
├── core/
│ ├── constants/ # API & App constants
│ ├── theme/ # Theme configuration
│ └── utils/ # API helper
├── models/ # Data models (Quote)
├── services/ # API & local services
├── viewmodels/ # State management (Riverpod)
└── views/ # UI screens & widgets
- Framework: Flutter
- State Management: Riverpod
- HTTP Client: Dio
- Localization: easy_localization
- API: ZenQuotes (Free, no API key required)
This project is licensed under the MIT License.
Made with ❤️ by Coding Geh