Package-level declarations
Types
the actual widget but it will load the composable function instead
receiver used to load the widget in the manifest
entry point of the app
this is created so that the scheduler can be called even on device reboot if the app has not been opened
Functions
this will display the current groceries plus will display new groceries that the user wants to add
view that is showed then the data was not fetched in time from the API
small popup when the delete option in Fridge is selected without selecting any dishes
the view that shows all of the ingredients that the user has or has added either from AddIngredients or from the Recipe views. The user can also navigate to the IngredientCamera view to take/load an image
The default view that the user sees when entering the app. The view has a daily Meal, alongside the option to either go to the Fridge or RecipeFinder. Another option is to chose random meals which sends the user to the Recipes
The view that allows the user to take an image or upload one from their device that is sent to the backend and then returns a list of the ingredients
popup dialog use for Fridge and is used to display the item that has been double clicked
A subview used to display a little animation while the data is being fetched from the backend
the navigation graph which connects the URL to the composable function
a grid to display the options that the user has. Loads the data lazily
This view is to show the Meal that is chosen by the user. The view fetches the Meal from the backend but if it was seen again without going home it will load it from the TempStorage to prevent unnecessary fetch requests
This view allws the use to choose by name a dish they had seen before or think exists. Also this view allows the user to add restrictions or preferences such as vegan, seafood only, along side if they a main dish, breakfast...
displays the fetched Meals