Package-level declarations

Functions

Link copied to clipboard

This component is responsible for defining the screens that will be displayed at the bottom bar of all screens.

Link copied to clipboard

A floating action button typically used to initiate adding a new image across various screens in the application.

Link copied to clipboard
fun Navigation(navController: NavHostController, innerPadding: PaddingValues, onChangeScreenInfo: (screenInfo: ScreenInfo) -> Unit)

This composable manages screen navigation within the application based on user actions. It utilizes a NavHost to handle screen transitions and provides callbacks for updating the toolbar information associated with each screen.

Link copied to clipboard
fun PhotoPicker(onURIsSelected: (uris: List<String>) -> Unit)

A composable that launches the system photo picker screen, allowing the user to select multiple images.

Link copied to clipboard
fun TopBar(navController: NavHostController, screenInfo: ScreenInfo)

The component for the application toolbar.