Initial Flutter project added

This commit is contained in:
Abhishek Mali
2025-11-28 10:14:30 +05:30
commit 1df218c097
141 changed files with 5679 additions and 0 deletions

25
README.md Normal file
View File

@@ -0,0 +1,25 @@
# 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.