
implementation("io.github.tarifchakder.ktoast:ktoast:1.0.1")KToast is a lightweight toast/notice library built with Compose Multiplatform, offering a unified API for displaying toast notifications across Android, iOS, Desktop (JVM), and Web/Wasm platforms. ([socket.dev](https://socket.dev/maven/package/io.github.tarifchakder.ktoast%3Aktoast?utm_source=openai)) It features a simple API with a single `ToastState` to manage toasts, a composable host that can be placed anywhere in the layout, and preset slide/fade transitions via `ToastDefaults`. Designed to integrate seamlessly with Material themes, it provides a consistent user experience across platforms.