
implementation("pro.respawn.flowmvi:savedstate:2.5.0-alpha11")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 behaviors for state saving, such as on change, on unsubscribe, and periodic saving. Includes prebuilt savers like `MapSaver`, `TypedSaver`, `JsonSaver`, `FileSaver`, and `CompressedFileSaver`. Ensures seamless user experience by restoring application state after interruptions.