Kotlin form state management and validation library

Hi! Lately, I have been working on a pure Kotlin library for form state management. It provides a small DSL for building your form data, manages its state and propagates any changes via StateFlow. It also consists of a validation module, which enables you to easily model your validation logic. Due to the fact that it is just Kotlin, you can use it with any UI system you need. Will be grateful for any feedback and constructive criticism!

Link to the repo: https://github.com/boguszpawlowski/Chassis

submitted by /u/legit_cyan
[link] [comments]