
implementation("com.freeletics.flowredux2:flowredux:2.0.0")FlowRedux is a library that facilitates building state machines using a Redux-like pattern, leveraging Kotlin's Flow for managing state and side effects. It offers a declarative approach to state management, enabling developers to define state transitions and handle asynchronous operations seamlessly. The library is designed to be lightweight and flexible, making it suitable for various application architectures.