A cross-platform food delivery application built using Flutter and Dart. This project demonstrates a modern approach to developing scalable and maintainable mobile apps for food delivery services.
Home 1 | Home 2 | Restaurant 1 | Restaurant 2 |
---|---|---|---|
![]() |
![]() |
![]() |
![]() |
Home | Doctor List | Profile | Booking |
---|---|---|---|
![]() |
![]() |
![]() |
![]() |
To run this project locally:
git clone https://github.com/TareqAlKushari/Flutter-Food-Delivery-Application.git
cd Flutter-Food-Delivery-Application
flutter pub get
flutter run
Note: Ensure you have Flutter installed. See the Flutter installation guide for details.
A typical Flutter project structure may include:
lib/
— Main source code directorylib/main.dart
— Entry point of the applicationlib/screens/
— UI screens and pageslib/models/
— Data modelslib/services/
— Business logic and backend communicationassets/
— Images, fonts, and other assetsFor detailed file organization, refer to the source code in this repository.
Contributions are welcome! Please open issues or submit pull requests for improvements and bug fixes.
This project is licensed under the MIT License. See the LICENSE file for details.
Developed by Tareq Al Kushari.