v1.0.7
Utilities for Compose Multiplatform applications such components, apis for all supported platforms
Because conflicting dependencies due the Equinox-Compose
migration as module, at the moment, to use correctly this
library instead the old one you need to exclude it from you configuration if you're targeting android
's target, add
this
in your build.gradle.kts
file:
configurations.all {
exclude("io.github.n7ghtm4r3", "Equinox-Compose-android")
}
libs.version.toml
[versions]
equinox = "1.0.7"
[libraries]
equinox-compose = { module = "io.github.n7ghtm4r3:equinox-compose", version.ref = "equinox" }
equinox-core = { module = "io.github.n7ghtm4r3:equinox-core", version.ref = "equinox" }
build.gradle.kts
dependencies {
// implement the compose utilities
implementation(libs.equinox.compose)
// implement the core utilities
implementation(libs.equinox.core)
}
dependencies {
// implement the compose utilities
implementation("io.github.n7ghtm4r3:equinox-compose:1.0.7")
// implement the core utilities
implementation("io.github.n7ghtm4r3:equinox-core:1.0.7")
}
dependencies {
// implement the compose utilities
implementation 'io.github.n7ghtm4r3:equinox-compose:1.0.7'
// implement the core utilities
implementation 'io.github.n7ghtm4r3:equinox-core:1.0.7'
}
- EquinoxViewModel
- EquinoxAuthViewModel -> prebuilt viewmodel to authenticate the user in the system
- EquinoxProfileViewModel -> prebuilt viewmodel to manage the user account settings and preferences
- SessionManager
- EquinoxScreens
The other apis will be gradually released
- EquinoxDialogs
- EquinoxInputs
- EquinoxUIs
- TextDivider
- WriteableText
- Tile
- SplitText
- ExpandableText
- TabSelector
- ChameleonText
- Stepper
The others components will be gradually released
If you need help using the library or encounter any problems or bugs, please contact us via the following links:
Thank you for your help!
If you want support project and developer
Crypto | Address | Network |
---|---|---|
3H3jyCzcRmnxroHthuXh22GXXSmizin2yp | Bitcoin | |
0x1b45bc41efeb3ed655b078f95086f25fc83345c4 | Ethereum | |
AtPjUnxYFHw3a6Si9HinQtyPTqsdbfdKX3dJ1xiDjbrL | Solana |
If you want support project and developer with PayPal
Copyright © 2025 Tecknobit