Skip to content
View flaringapp's full-sized avatar
Block or Report

Block or report flaringapp

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. ComposeCollapsingTopBar ComposeCollapsingTopBar Public

    Kotlin 1

  2. ConstraintFlowAdapter ConstraintFlowAdapter Public

    Kotlin

  3. LigrettoCompanion LigrettoCompanion Public

    Kotlin

  4. Implements mechanism for LazyList pa... Implements mechanism for LazyList pagination callback. Also supports disabling (e.g. while loading) and throttling callbacks.
    1
    private const val DEFAULT_THROTTLE_TIMEOUT = 500L
    2
    
                  
    3
    @Composable
    4
    fun LazyListPagination(
    5
        state: LazyListState,
  5. Compose Fading Edge Modifier Compose Fading Edge Modifier
    1
    import androidx.compose.foundation.background
    2
    import androidx.compose.foundation.layout.Box
    3
    import androidx.compose.foundation.layout.PaddingValues
    4
    import androidx.compose.foundation.layout.calculateEndPadding
    5
    import androidx.compose.foundation.layout.calculateStartPadding