26 lines
475 B
Markdown
26 lines
475 B
Markdown
|
|
# 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.
|