Skip to content

heoun/restaurantapp

 
 

Repository files navigation

Restaurants Flutter App

Restaurants App with Flutter

Features

  • Recommended Menu
  • Detail Menu
  • Checkout UI

Inspired by Dribble

https://dribbble.com/shots/18221219-Food-Delivery-App-Concept

UI Design 1

Screenshots

1 2 3 4 5 6 7 8

Building from Source

  1. If you don't have Flutter SDK installed, please visit official Flutter site.
  2. Fetch latest source code from master branch.
git clone https://github.com/choiruladamm/restaurantapp.git
  1. Run the app with Android Studio or VS Code. Or the command line:
flutter create .
flutter run
  1. Issue in WSL with Chrome_Executable so need to run
export CHROME_EXECUTABLE=/snap/bin/chromium
  1. 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

Don't Forget to

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 85.1%
  • C++ 6.9%
  • CMake 6.1%
  • Swift 0.7%
  • HTML 0.6%
  • C 0.5%
  • Other 0.1%