{"id":24987213,"url":"https://github.com/helloharendra/complete-food-delivery-app-flutter","last_synced_at":"2025-04-11T23:31:03.056Z","repository":{"id":170441153,"uuid":"646569610","full_name":"helloharendra/Complete-Food-Delivery-App-Flutter","owner":"helloharendra","description":"A Complete Food Delivery Flutter App with Admin web portal. bacsically it contains (rider app,seller app and user app with super admin web portal) ","archived":false,"fork":false,"pushed_at":"2023-08-24T18:37:34.000Z","size":62793,"stargazers_count":38,"open_issues_count":0,"forks_count":14,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-25T19:21:14.955Z","etag":null,"topics":["dart","firebase","firebase-auth","firebase-database","firestore","firestore-collection","flutter","flutter-apps","flutter-web","food","fooda","harendra-prajapati","harendraprajapati","helloharendra","rider","riderapp","seller","sellerapp","user","userapp"],"latest_commit_sha":null,"homepage":"","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/helloharendra.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-05-28T20:11:40.000Z","updated_at":"2025-03-25T15:46:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"55e33ad1-1b5e-419e-a982-6dbf048d5557","html_url":"https://github.com/helloharendra/Complete-Food-Delivery-App-Flutter","commit_stats":null,"previous_names":["helloharendra/complete-food-delivery-app","helloharendra/complete-food-delivery-app-flutter"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helloharendra%2FComplete-Food-Delivery-App-Flutter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helloharendra%2FComplete-Food-Delivery-App-Flutter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helloharendra%2FComplete-Food-Delivery-App-Flutter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helloharendra%2FComplete-Food-Delivery-App-Flutter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/helloharendra","download_url":"https://codeload.github.com/helloharendra/Complete-Food-Delivery-App-Flutter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248494768,"owners_count":21113494,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dart","firebase","firebase-auth","firebase-database","firestore","firestore-collection","flutter","flutter-apps","flutter-web","food","fooda","harendra-prajapati","harendraprajapati","helloharendra","rider","riderapp","seller","sellerapp","user","userapp"],"created_at":"2025-02-04T11:37:05.687Z","updated_at":"2025-04-11T23:31:03.015Z","avatar_url":"https://github.com/helloharendra.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Complete Food Delivery App\n![Flutter](https://img.shields.io/badge/Flutter-%2302569B.svg?style=for-the-badge\u0026logo=Flutter\u0026logoColor=white)\n\n \u003c/br\u003e\n A Complete Food Delivery Flutter App with Admin web portal. basically it contains (rider app,seller app and user app with super admin web portal) .\n\n # I-Eat-Delivery-App-Flutter\n\nThis is a mobile application developed using Flutter that allows users to order food from various restaurants for delivery.\n\n## Features\n### This project contains following apps and web application.\n- Seller App\n- User App\n- Rider App\n- Admin web Portal\n## Seller App\n- Seller registration and authentication\n- Manage Profile\n- Browse restaurants and menus\n- Add Menu and Menu Items\n- Delete Menu and Menu Items\n- Accept Order\n- Place orders for delivery\n- Track order status\n- Browse History\n- Browse Total Earning\n## User App\n- User registration and authentication\n- Browse restaurants and menus\n- Add items to the cart\n- Add Address(Live Location) \n- Place orders for delivery\n- Track order status\n- Browse History\n## Rider App\n- Rider registration and authentication\n- Manage Profile\n- Browse New Orders\n- Accept Order\n- Browse Not Delivered Orders\n- Browse To Be Delivered Orders\n- Track order status\n- Browse History\n- Browse Total Earning\n## Admin web portal\n- Admin registration and authentication\n- Block/Unblock User Account\n- Block/Unblock Seller Account\n- Block/Unblock Rider Account \n\n## Screenshots\n\nInclude some screenshots of your app here to give users a visual preview.\n\n## Installation\n\n1. Clone the repository:\n\n```bash\ngit clone https://github.com/IPH-Technologies-Pvt-Ltd/I-Eat-Delivery-App-Flutter\n```\n\n2. Change to the project directory:\n\n```bash\ncd I-Eat-Delivery-App-Flutter\n```\n\n3. Install dependencies:\n\n```bash\nflutter pub get\n```\n\n4. Run the app:\n\n```bash\nflutter run\n```\n5. Run the web application:\n\n```bash\nflutter run -d chrome or select device chrome and and run, flutter run command\n```\n\nMake sure you have Flutter and Dart installed on your development machine.\n\n## Configuration\n\nIn order to use certain features of the app, you need to configure the following:\n\n1. Firebase Integration:\n   - Create a new project in Firebase console (https://console.firebase.google.com).\n   - Enable Firebase Authentication, Cloud Firestore, and Firebase Cloud Messaging.\n   - Download the `google-services.json` file and place it in the `android/app/` directory.\n   - Update the `android/build.gradle` file with your Firebase project details.\n\n2. Payment Integration:\n   - Obtain API keys for your chosen payment gateway (e.g., Stripe).\n   - Update the payment configuration files (`lib/services/payment_service.dart`) with your API keys.\n\n## Contributing\n\nContributions are welcome! If you find any bugs or want to add new features, please open an issue or submit a pull request.\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE).\n\n## Acknowledgments\n\n- [Flutter](https://flutter.dev/) - UI framework used for building the app.\n- [Firebase](https://firebase.google.com/) - Backend services for user authentication and data storage.\n- [Stripe](https://stripe.com/) - Payment gateway integration.\n\n## Contact\n\nFor any inquiries or support, please contact [email protected]\n\nFeel free to update the content as per your specific app's details.\n## Screen recording of App\n\nhttps://github.com/helloharendra/Complete-Food-Delivery-App-Flutter/assets/126752734/27bd5c10-67f3-4893-bb13-9db3f18bd333\n\n\n## Admin Web Portal\n\nhttps://github.com/helloharendra/Complete-Food-Delivery-App-Flutter/assets/78723011/f377d114-acf9-4a05-9eb0-e955e403fe34\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhelloharendra%2Fcomplete-food-delivery-app-flutter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhelloharendra%2Fcomplete-food-delivery-app-flutter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhelloharendra%2Fcomplete-food-delivery-app-flutter/lists"}