menu_app – Flutter Restaurant Menu Application
This is a mobile restaurant menu application designed to showcase Flutter development skills. The main goal is to provide an intuitive user experience, allowing users to explore various menu items seamlessly.
Features
- Beautifully laid-out mobile restaurant menu.
- Implemented using Flutter for cross-platform compatibility.
- Utilizes GetX for state management.
Prerequisites
Ensure you have the following installed on your machine:
- Flutter SDK
- Dart
- An emulator or physical device for running the application
Installation and Running
- Clone this repository:
git clone <repository-url>
- Navigate to the project directory:
cd menu_app
- Install the dependencies:
flutter pub get
- Run the application:
flutter run