Screens topic
Screens
Classes
- CartPage Screens
- The CartPage class is the page that displays the cart.
- DiscoverPage Screens
- The DiscoverPage class is the page that displays food post and stories.
- InitialPage Screens
- The InitialPage class is the initial widget of the app. It handles the logic for checking if the user has seen the onboarding screen before.
- MainLayout Screens
- The MainLayout class is the root widget of the app. It is a stateful widget which handles the responsive layout and connectivity check.
- MapPage Screens
- The MapPage class is the page that displays the map.
- MarketPage Screens
- MarketPage is the page that displays the list of purchasable products.
- OnboarderPage Screens
- The OnboarderPage class is the root widget of the onboarder. It is a stateful widget. It is wrapped in a PageView widget.
- OptionsPage Screens
- The OptionsPage class is the page that displays the settings of the app.
- PurchasableFoodDetailsPage Screens
- The PurchasableFoodDetailsPage class is the page that displays the details of a purchasable food item.
- TypicalFoodDetailsPage Screens
- The TypicalFoodDetailsPage class is the page that displays the details of a typical food item.