An open API service indexing awesome lists of open source software.

https://github.com/mooncloak/statex

Compose Multiplatform State Extensions
https://github.com/mooncloak/statex

compose compose-multiplatform compose-multiplatform-library jetpack-compose state state-management ui

Last synced: 5 months ago
JSON representation

Compose Multiplatform State Extensions

Awesome Lists containing this project

README

          

# statex

Compose multiplatform state extensions.

GitHub tag (latest by date)

## Getting Started 🏁

Checkout the [releases page](https://github.com/mooncloak/moonkit/releases) to get the latest version.



GitHub tag (latest by date)

### Repository

```kotlin
repositories {
maven("https://repo.repsy.io/mvn/mooncloak/public")
}
```

### Dependencies

```kotlin
implementation("com.mooncloak.kodetools.statex:statex-core:VERSION")
```

## Documentation 📃

More detailed documentation is available in the [docs](docs/) folder. The entry point to the documentation can be
found [here](docs/index.md).

## Security 🛡️

For security vulnerabilities, concerns, or issues, please refer to the [security policy](SECURITY.md) for more
information on appropriate approaches for disclosure.

## Contributing ✍️

Outside contributions are welcome for this project. Please follow the [code of conduct](CODE_OF_CONDUCT.md)
and [coding conventions](CODING_CONVENTIONS.md) when contributing. If contributing code, please add thorough documents
and tests. Thank you!

## License ⚖️

```
Copyright 2024 mooncloak

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```