Blake Oliveira
Blake Oliveira
 The following methods for LovelyProgressDialog have been added: setHorizontal(boolean) setMax(int) setProgressObservable(LovelyProgressObservable) closeOnComplete(boolean) By default closeOnComplete is true The sample has been updated to reflect these changes. You'll notice there...
I have been using workflow in a personal project and I'm trying to use screen animations. The screen animations work fine for screen but if I try and use it...
The Jetbrains version of the lifecycle library depends on Android's lifecycle 2.8.0. Version 2.8.2 fixes some annoying issues with the LocalLifecycleOwner. I'm requesting that we update Jetbrains lifecycle to 2.8.2...
# Overview This pull request add Kotlin Multiplatform (KMP) support for the `workflow-ui:compose` module. Some of the most notable changes are the `build.gradle.kts` configurations and changing/adding targets e.g. `androidMain` vs...
This fixes #118. Ultimately the results should be some sort of sealed class with the various states but this will do.
### Description: ### When using rememberImagePickerLauncher, the onResult callback is never invoked if the user dismisses the image picker without selecting an image. This causes the consumer’s state to remain...