InfoBar Compose
- An Android Jetpack Compose library for displaying on-screen messages. Unlike the built-in
Snackbarfrom the Compose Material library, theInfoBarcan be properly displayed without additional requirements, likeScaffold,SnackbarHost/SnackbarHostState, or manually starting new coroutines to show the message.