This project displays the menus of student restaurants. It uses the backend API from sruusk/ou-lunch for the menu data.
- Fetches menu data from the backend API.
- Displays menus for different campuses.
- Supports multiple languages for menu items.
- Allows users to switch between campuses.
- Supports dark/light themes.
- Allows selecting a date to view the menu for that day.
- Flutter SDK
- Dart SDK
- Clone the repository:
git clone https://github.com/sruusk/flutter-menu.git
- Navigate to the project directory:
cd flutter-menu
- Install dependencies:
flutter pub get
To run the app on an emulator or physical device, use:
flutter run