Restaurants App with Flutter
- Recommended Menu
- Detail Menu
- Checkout UI
https://dribbble.com/shots/18221219-Food-Delivery-App-Concept
- If you don't have Flutter SDK installed, please visit official Flutter site.
- Fetch latest source code from master branch.
git clone https://github.com/choiruladamm/restaurantapp.git
- Run the app with Android Studio or VS Code. Or the command line:
flutter create .
flutter run
// um CORS error zu umgehen:: flutter run -d chrome --web-browser-flag "--disable-web-security"
- Star the Repository [⭐]
- Follow My Github Account