Skip to content

Instantly share code, notes, and snippets.

View chachako's full-sized avatar
🌙
Good night

chachako

🌙
Good night
  • Everywhere
  • 08:58 (UTC +08:00)
View GitHub Profile
@file:OptIn(InternalAPI::class)
package chachako.network.sse
import io.ktor.client.plugins.sse.ClientSSESession
import io.ktor.client.request.HttpResponseData
import io.ktor.sse.COLON
import io.ktor.sse.END_OF_LINE
import io.ktor.sse.SPACE
import io.ktor.sse.ServerSentEvent
@chachako
chachako / Toast.kt
Last active October 18, 2023 18:14
An actionable Jetpack-Compose toast bar with beautiful UI and animations
package chachako.ui
import androidx.compose.animation.AnimatedContent
import androidx.compose.animation.ContentTransform
import androidx.compose.animation.SizeTransform
import androidx.compose.animation.core.CubicBezierEasing
import androidx.compose.animation.core.EaseInOutQuad
import androidx.compose.animation.core.Spring
import androidx.compose.animation.core.VisibilityThreshold
import androidx.compose.animation.core.spring