StateProvider
Deprecated
FlowMVI will no longer provide preview functionality as it is platform-dependent and out of scope of the library. Please copy and paste the code of the provider to your repository if you need it.
Replace with
import androidx.compose.ui.tooling.preview.datasource.CollectionPreviewParameterProvider
Content copied to clipboard
CollectionPreviewParameterProvider<T>(states.asList())
Content copied to clipboard
Preview provider that takes a vararg argument for convenience