This is a simple Flutter app for food ordering. Users can register, login, and order food from various vendors. The app allows students and vendors to interact and place orders.
- User Registration and Login
- Vendor Registration and Login
- Order Food from Vendors
- View Order History
- Users Favorite Food Items
- Flutter SDK: Install Flutter
- Dart: Install Dart
- Android Studio / Visual Studio Code (recommended)
- Clone the repository:
git clone https://github.com/hasan-zahid-code/food-ordering-for-fastians.git cd food-ordering-app flutter pub get flutter run