Files
kent_logistics_app/README.md
2025-11-28 10:14:30 +05:30

475 B

Kent Logistics Flutter App

A Flutter mobile application for Kent Logistics.

Setup

  1. Install Flutter SDK
  2. Run flutter pub get
  3. Run flutter run

Backend API

This project connects to a Laravel API running locally or on server.

Base URL:
http://10.0.2.2:8000/api (Android emulator)

Project Structure

  • lib/config/
  • lib/services/
  • lib/providers/
  • lib/screens/
  • lib/widgets/

Development

Push changes to main or dev branch as per team workflow.