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 β¦