A Flutter project to replicate an online restaurant menu.
The project makes use of the following open source packages
- get - for state management.
- google_fonts - To add custom fonts to the application.
- flutter_svg - For the rendering of SVG assets.
Flutter version - v3.10.5
Clone the repo
git clone https://github.com/thecodepapaya/online_restaurant_menu.git
Build and run locally
cd online_restaurant_menu
flutter run
Simulator.Screen.Recording.-.iPhone.14.Pro.Max.-.2023-07-19.at.19.37.29.mp4
Menu screen | Menu categories sheet | Dish info sheet |
---|---|---|
Checkout the releases section for the latest APK from the code.