Overview
GreenCure is a Flutter mobile app that provides information about herbal medicine — how to prepare remedies, recipes, and a plant gallery — plus an AI-powered consultation feature. It is backed by a Laravel REST API server.
Features
- Authentication — login, registration, password reset, and profile management.
- Tutorials — step-by-step guides for herbal teas, tinctures, and natural compresses.
- Herbal recipes — ginger & turmeric brews, mint-lemon detox, lavender relaxation syrup, with ingredients and steps.
- Consultation — herbal-expert contact and interactive AI chat.
- Plant gallery — a browsable catalogue of herbal plants.
Architecture
greencure— the Flutter client (Android, iOS, web, desktop targets).greencure-server— the Laravel backend exposing the documented API, integrating a DeepSeek-based AI endpoint for consultation.