Ride Sharing App for Zimbabwe
# Connectly - Ride Sharing App
Connectly is a Flutter-based ride-sharing application that connects drivers with empty seats to passengers traveling in the same direction. The app enables cost-sharing for trips with automatic fare splitting and a rating system.
## π Quick Start
**New to this project?** Start here: **SETUP_GUIDE.md**
The setup guide includes:
- Prerequisites and installation steps
- Configuration instructions
- Troubleshooting tips
- Learning resources
## π Quick Setup Commands
```bash
# Install dependencies
flutter pub get
# Run the app
flutter run
# Check for issues
flutter doctor
```
## π± Features
- **Driver Mode**: Create trips, manage requests, track earnings
- **Passenger Mode**: Search trips, request rides, track bookings
- **Real-time Features**: Location tracking, in-app chat (backend integration needed)
- **Payment System**: Automatic fare splitting (80% driver, 20% platform)
- **Rating System**: Build trust through user ratings
## ποΈ Project Structure
```
lib/
βββ main.dart # App entry point
βββ models/ # Data models (User, Trip, etc.)
βββ providers/ # State management (AuthProvider, TripProvider)
βββ screens/ # UI screens
β βββ auth/ # Login/Registration
β βββ driver/ # Driver-specific screens
β βββ passenger/ # Passenger-specific screens
βββ services/ # Business logic (AuthService, TripService)
βββ utils/ # Utilities (Theme, Colors)
βββ widgets/ # Reusable UI components
```
## π οΈ Tech Stack
**Target Technology Stack** (See TECH_STACK.md for complete details):
- **Frontend**: Flutter (Dart) with Material Design 3
- **Backend**: Supabase (Full Stack - Auth, Database, Storage, Functions)
- **Database**: PostgreSQL (via Supabase)
- **State Management**: Riverpod (target) | Provider (current)
- **Authentication**: Supabase Auth
- **Maps & Location**: Google Maps SDK β¦