Package-level declarations

Functions

Link copied to clipboard

A component to display the current weather information.

Link copied to clipboard

Daily forecast component. Displays the daily forecast for the next 14 days.

Link copied to clipboard

Daily forecast component.

Link copied to clipboard

A component to display the weather details.

Link copied to clipboard

Horizontal scrollable hourly forecast component.

Link copied to clipboard
fun HourlyCards(weather: WeatherData, dayIndex: Int)

Create hourly cards for the hourly forecast.

Link copied to clipboard
fun WeatherCard(time: String, temp: Double, iconId: Int, onClick: () -> Unit = {})

A Card to display the hourly weather information.

Link copied to clipboard

A component to display the weather chart. Displays the daily forecast for the next 14 days.

Link copied to clipboard

Weather section