
implementation("pro.respawn.flowmvi:savedstate:2.5.0-alpha08")Enhances state management by providing plugins and APIs to persist and restore store states beyond their lifespan. Supports various saving strategies, including JSON serialization, file storage, and Android's `SavedStateHandle`. Offers customizable save behaviors like `OnChange`, `OnUnsubscribe`, and `Periodic` to determine when state saving occurs. Integrates with FlowMVI architecture framework.