Production-ready Flutter app connecting farmers with suppliers in Ghana. Features secure payments (PayStack), │ │ location services (Google Maps), weather integration, and comprehensive farm management tools.
# 🌱 FarmCare Mobile App - Public Demo
A modern Flutter mobile application for an agricultural marketplace platform, showcasing clean architecture and best practices for cross-platform mobile development.
## 🌟 Features
- **Modern Flutter Framework**: Dart 3.0+, Material Design 3, adaptive UI
- **Clean Architecture**: Separated models, services, providers, and screens
- **State Management**: Provider pattern with reactive state
- **Authentication**: JWT-based auth with secure storage
- **Payment Integration**: PayStack mobile payments
- **Maps & Location**: Google Maps integration with location services
- **Real-time Data**: RESTful API integration with caching
- **Offline Support**: Local storage and data persistence
- **Testing**: Comprehensive test suite with integration tests
- **CI/CD**: GitHub Actions for automated builds
## 📱 App Architecture
```
lib/
├── config/ # App configuration and constants
├── models/ # Data models and entities
├── providers/ # State management (Provider pattern)
├── screens/ # UI screens and pages
│ ├── farmer/ # Farmer-specific screens
│ ├── supplies/ # Supply marketplace screens
│ └── orders/ # Order management screens
├── services/ # Business logic and API clients
├── widgets/ # Reusable UI components
└── styles/ # Theme and styling
```
## 🎯 Key Screens & Features
### 🔐 Authentication Flow
- **Onboarding**: Welcome screens with feature highlights
- **Registration**: Phone number verification with OTP
- **Login**: Secure authentication with biometrics support
- **Profile**: User profile management and farmer onboarding
### 👨🌾 Farmer Features
- **Farm Management**: Add/edit farm details and location
- **Activity Logging**: Track farming activities and expenses
- **Product Listings**: Create and manage product listings
- **Analytics**: View sales performance and insights
### 🛒 Marketplace
- **Product Catal …