Sobes.tech
Junior — Middle

Share details of one of your previous projects you worked on.

sobes.tech AI

Answer from AI

In one of my Flutter projects, I developed a mobile app for food ordering. The main tasks included:

  • Creating a user-friendly interface using Flutter widgets.
  • Implementing authentication via Firebase.
  • Integrating with REST API to fetch menus and place orders.
  • Managing state with Provider to update the UI upon data changes.

For example, to display a list of dishes, I used ListView.builder, which dynamically loaded data from the server and refreshed the screen when the state changed.