Alejandro Rios
Alejandro Rios
**Is your feature request related to a problem?** Not sure if this already exists but, looking for the arrow properties i didn't see something that could let me implement this...
**Describe the bug** Hello :wave:, I've try to migrate from Koin 3.1.5 to 3.2.0, I've changed some declarations in our modules from `single { }` to `singleOf()` and from `viewModel...
**Describe the bug** I'm using `` to scale the content correctly on mobile browsers, but the result looks resized to fit the content width rather of the device width, this...
Hello, I'm trying to add the [revenueCat library](https://www.npmjs.com/package/@revenuecat/purchases-js) but I don't understand the steps from the [pub dev readme](https://pub.dev/packages/typings): The first step says `Create a file in typings/lib/d/PACKAGE.dart`, but in...
Improve how the UIState is handled by using `sealed interface`, look for [How to model UI state](https://medium.com/bumble-tech/crash-course-on-the-android-ui-layer-part-1-2094221a9be3)
Implement [UI testing](https://www.jetbrains.com/help/kotlin-multiplatform-dev/compose-test.html)
**Description** I'm trying to implement a new action based in this [issue](https://github.com/wolfenrain/fluttium/issues/387), I'm following the `expect_environment_text` example on the `examples` project, but, when I run this new action I'm getting...