barribarrier
barribarrier
> Moved https://github.com/sony/flutter-elinux/issues/92 to here. Think it belongs here. Flutter version: 2.10.3 ```bash flutter-elinux create keyboard_test cd keyboard_test flutter-elinux run ``` Press "2" key (not numpad) on keyboard. ``` Launching...
## Expected Behavior No type error ## Actual Behavior With `strictNullChecks` set to `true`, selecting 'device_tag' field results in type error. This is not specific to only 'device_tag' field. Any...
In our application UI, we want to show user the current update status: 1. Downloading 2. Download finished How would one accurately determine whether the new release has finished downloading...
`writeFile` is failing on Linux. I call it like this: ```typescript import { save } from '@tauri-apps/plugin-dialog'; import { writeFile } from '@tauri-apps/plugin-fs'; const path = await save(); await writeFile(path,...