This program is to test flutter and dart, testing out a basic UI for a sushi restaurant.
To get a local copy up and running, follow these steps:
-
Clone the repo:
git clone https://github.com/Sommos/flutter_sushi_restaurant cd flutter_sushi_restaurant -
Install Flutter dependencies:
flutter pub get -
Run the app:
flutter run
Before you can run the app, you need to set up a virtual device. Here's how you can do this:
- Download and install Android Studio.
- Open Android Studio and click on "AVD Manager" in the toolbar.
- Click on "Create Virtual Device".
- Choose a device definition and click "Next".
- Select a system image that has the "Target" as "Android" and "API Level" as 28 or higher, then click "Next".
- Verify the configuration and click "Finish".
- Download and install Xcode.
- Open Xcode and go to "Preferences".
- Go to the "Components" tab and download a simulator.
After setting up the virtual device, you can run the app:
flutter run
If you'd like to contribute to flutter_sushi_restaurant please submit a pull-request on a feature branch.
This project is licensed under the MIT License.




