/GaMeals

🍔 A flutter app that shows food categories with various meals in each category and full description for each meal

Primary LanguageDart

GaMeals

GitHub contributors GitHub issues GitHub forks GitHub stars GitHub license

About

🍔 A flutter app that shows food categories with various meals in each category and full description for each meal

👨‍🎓 Things I learned through this project

  1. Navigation
    • Flutter Navigator is just a stack with special methods like (pushName, pushReplacement, ...)
    • Screens/Routes are just widgets
  2. Passing Data
    • Passing data between pages through arguments
    • Passing data back via future (like promises in JS)
  3. Tabs
    • Adding tabs in the AppBar or at the bottom of the page
    • Switching between tabs without popping from the stack
  4. Drawers
    • Drawers allow you to switch between different stacks

📱 Screenshots











TODO

  • Edit deleting meal logic with state management instead of passing data back and forth.

Licence

MIT LICENCE