Skip to content

๐Ÿ” A flutter app that shows food categories with various meals in each category and full description of each meal.

Notifications You must be signed in to change notification settings

rajput-hemant/meals-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

34 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

View Counter ย  ย  Repo Size

meals-app

About

๐Ÿ” A flutter app that shows food categories with various meals in each category and full description of each meal.

๐Ÿ‘จโ€๐ŸŽ“ Things I learned through this project

Navigation

  • Flutter Navigator is just a stack with special methods like (pushName, pushReplacement, ...)
  • Screens/Routes are just widgets

Passing Data

  • Passing data between pages through arguments
  • Passing data back via future (like promises in JS)

Tabs

  • Adding tabs in the AppBar or at the bottom of the page
  • Switching between tabs without popping from the stack

Drawers

  • Drawers allow you to switch between different stacks

๐Ÿ“ฑ Screenshots

Click here to expand

Building from Source

  • 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

About

๐Ÿ” A flutter app that shows food categories with various meals in each category and full description of each meal.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages