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
- Issue in WSL with Chrome_Executable so need to run
export CHROME_EXECUTABLE=/snap/bin/chromium
- Notes -Add pubspec.yaml for libraries
- You can do
flutter pub get
- Root has the bottom navigation bar for apps
- lib/pallete.dart has color scheme
- gnav.dart has navigation? need to investigate
- gbutton.dart has actually icons
- Star the Repository [⭐]
- Follow My Github Account