Alejandro Rios

Results 8 issues of 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...

enhancement

**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...

question

**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...

bug
web

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...

enhancement

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)

enhancement

Implement [UI testing](https://www.jetbrains.com/help/kotlin-multiplatform-dev/compose-test.html)

enhancement

**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...

bug