mndsl

Results 4 comments of mndsl

The root of the issue appears to be in the confirmValueChange callback. If one call sheetState.show() or hide() and confirmValueChange returns false, the sheet opens or closes, but the currentValue...

The localization is based on the current language of the phone. See [Example 6 - Select localization in runtime](https://github.com/icerockdev/moko-resources?tab=readme-ov-file#example-6---select-localization-in-runtime)

You have to use expect/actual functions in commonMain: ``` expect fun sharedString(res: StringResource, vararg args: Any): String ``` in androidMain: > [!NOTE] > You will need context ``` actual fun...

On ESP32 this code crashes the board if using Adafruit_FlashTransport_SPI as the cast can never succeed... `_flash_dev = ((Adafruit_FlashTransport_ESP32 *)_trans)->getFlashDevice(); (line 82)`