
Opinionated Compose UI utility collection featuring a compact Autocomplete component with state helpers, simple suggestion filtering, and reusable, highly-specialized components for rapid integration.
Not to be confused with Google Accompanist. I simply like the name while being generally unable to make up my own names.
This is an opinionated collection of my own libraries related to Compose UI that are not big enough to be in their own repository but are reused multiple times in my own projects. I'm tired of copying them and so here it is. For example, autocomplete is used in three projects (two of them never reached public) in its highly specialised form.
dependencies {
implementation("ru.herobrine1st.accompanist:autocomplete:0.1.5")
}Usage:
Not to be confused with Google Accompanist. I simply like the name while being generally unable to make up my own names.
This is an opinionated collection of my own libraries related to Compose UI that are not big enough to be in their own repository but are reused multiple times in my own projects. I'm tired of copying them and so here it is. For example, autocomplete is used in three projects (two of them never reached public) in its highly specialised form.
dependencies {
implementation("ru.herobrine1st.accompanist:autocomplete:0.1.5")
}Usage: