Package-level declarations
Types
Link copied to clipboard
Core interface for an Iced application following the Elm Architecture.
Link copied to clipboard
Runtime for executing Iced applications with Jetpack Compose. This provides the bridge between the Elm Architecture model and Compose UI.
Link copied to clipboard
A command that does nothing and produces no messages.
Link copied to clipboard
A subscription that produces no messages.
Link copied to clipboard
Represents a subscription to external events. Subscriptions allow applications to listen to events like time, keyboard input, or other continuous streams of data.
Functions
Link copied to clipboard
Convenience operator function that runs this Application as a Composable.
Link copied to clipboard
Creates and runs an Iced application inside a Jetpack Compose context.