Initial Flutter project added
This commit is contained in:
25
README.md
Normal file
25
README.md
Normal 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.
|
||||
Reference in New Issue
Block a user