Package-level declarations
Types
Link copied to clipboard
Multipreview annotation that represents various device sizes. Add this annotation to a composable to render various devices.
Link copied to clipboard
annotation class PreviewThemes
Multi-preview annotation that represents light and dark themes. Add this annotation to a composable to render the both themes.
Link copied to clipboard
Enum class representing different actions that can be taken on a Snackbar.
Link copied to clipboard
Contract for taking picture.
Link copied to clipboard
Data class representing the state of a text field.
Functions
Link copied to clipboard
Returns the user's preferred locale.
Link copied to clipboard
Sets the locale for the application based on the user's preferred language.
Link copied to clipboard
fun <T : Any> StatefulComposable(state: UiState<T>, onShowSnackbar: suspend (String, SnackbarAction, Throwable?) -> Boolean, content: @Composable (T) -> Unit)
A composable function that represents a stateful UI component.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard