Dario Elyasy
Dario Elyasy
### Step 2: Describe your environment * Android device: Samsung S21+5G * Android OS version: 11 * Google Play Services version: August 1 2021 * Firebase/Play Services SDK version: com.google.firebase:firebase-bom:28.3.0...
the latest version of the library published to npm is currently 0.1.4-SNAPSHOT any plans to update it to latest version? which version should I depend on, in the meanwhile, if...
Inspiration from https://github.com/tappleby/redux-batched-subscribe see discussion in issue #8
In my effort to improve support for rx and provide better middleware for async action, I should implement epics and saga. For epics see for reference https://redux-observable.js.org/docs/basics/Epics.html There is also...
# compose_bloc * compose_bloc is a state management and navigation library for compose multiplatform [compose_bloc](https://github.com/beyondeye/compose_bloc) --- - [ x ] Confirmed that two spaces were added at the end of...
compose-bloc is a state-management and navigation library for Jetpack compose and compose-multiplatform
When using the new Per Screen transitions API and implementing ``enter()`` and ``exit()`` overrides with a delegate like described in the documentation ```kotlin class SlideScreen : Screen, ScreenTransition by SlideTransition()...
I am using the latest version of voyager ``1.1.0-beta02`` I need to listen to Activity ON_PAUSE and ON_RESUME events see following code ```kotlin import android.util.Log import androidx.compose.runtime.Composable import androidx.lifecycle.Lifecycle import...