๐ A flutter app that shows food categories with various meals in each category and full description of each meal.
- Flutter Navigator is just a stack with special methods like (pushName, pushReplacement, ...)
- Screens/Routes are just widgets
- Passing data between pages through arguments
- Passing data back via future (like promises in JS)
- Adding tabs in the AppBar or at the bottom of the page
- Switching between tabs without popping from the stack
- Drawers allow you to switch between different stacks
- If you don't have Flutter SDK installed, please visit official Flutter site.
- Fetch latest source code from master branch.
rajput-hemant@arch:~$ git clone https://github.com/rajput-hemant/meals-app
- Run the app with Android Studio or VS Code. Or the command line:
rajput-hemant@arch:~$ flutter pub get
rajput-hemant@arch:~$ flutter run