Skip to content

CodKD/tracking_app

Repository files navigation

Tracking App

A modern Flutter e-commerce application built with Clean Architecture.
The app allows Drivers to deliver orders to users and user manage orders efficiently.

Flutter Stars Issues License Forks PRs Welcome Made with Love

📱 Features

  • 🔑 User authentication (Aplly / Login / Forget Password)
  • 🛒 Order details and tracking
  • 🎨 Responsive UI with Material Design
  • 🧱 Clean Architecture (API, Data, Domain, Presentation layers)

📡 API Documentation

This app communicates with a custom backend to manage products, carts, and orders.
The base URL for all requests is: https://flower.elevateegy.com/api/v1

Screenshots

Here are some screenshots of the app in action:

Login Screen Register Screen Home screen Setting Screen

🚀 Getting Started

Prerequisites

  • Flutter SDK (>= 3.x)
  • Android Studio / VSCode
  • Emulator or physical device

Installation

  1. Clone the repository:

    git clone https://github.com/CodKD/tracking_app.git
  2. Navigate to the project directory:

    cd tracking_app
  3. Install dependencies:

    flutter pub get
  4. Run the app:

    flutter run

Testing

  1. Run the app:

    flutter test

🤝 Contributing

  • Fork the repo

  • Create your feature branch (git checkout -b feature/YourFeature)

  • Commit changes (git commit -m 'Add some feature')

  • Push to branch (git push origin feature/YourFeature)

  • Open a Pull Request

📜 License

Distributed under the MIT License. See LICENSE for more information.

👨‍💻 Author

  1. Abdelrahman Youssef
  2. Ali Mohamed
  3. Marwan Elsokary
  4. Lbar Sidati

Folder Structure

lib/
│
├── api_layer/          # Retrofit/Dio API setup
├── data_layer/         # Data sources & repositories
├── domain_layer/       # Use cases & entities
├── presentation_layer/ # UI & state management (Cubit/Bloc)
└── main.dart

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •