AdduEats is a Flutter-based platform designed to manage and support its accompanying mobile app. It leverages Firebase Authentication for secure user access, Firestore Database for efficient data management, and Firebase Storage for handling meal images. The platform allows users to add new meals, update meal details, and hide meals from the client app, offering seamless menu management to enhance the dining experience for campus users.
- Supports login via email or Google
- Firebase Authenticaiton
- Displays all meals stored in Firestore Database
- Quickly set visibility of meals
- Add meals with name, description, price, and image
- Set visibility
- Edit information of existing meals
- Set visibility
- Displays name, description, price, and image of the selected meal
- Clone the repository
git clone https://github.com/RonBers/campus-dining-web.gitcd campus-dining-web- Get package dependencies
flutter pub get- Run the application on Chrome
flutter run



