Marcin Wróblewski
Marcin Wróblewski
Consider this code: ```kotlin class MainActivity : AppCompatActivity() { var flashbar : Flashbar? = null override fun onCreate(savedInstanceState: Bundle?) { super.onCreate(savedInstanceState) setContentView(R.layout.activity_main) setupFlashbar() } override fun onStart() { super.onStart() flashbar?.show()...
Roadmap is pretty thorough, can you point me to some specific point where I could help to avoid overlap?
Fixes #4748 Bumped single file size limit from 4MB to 5MB to use WASM modules more easily. The change is covered by already existing tests. Once you have met the...
### Describe the problem and steps to reproduce it: Hello, I'm writing the [what-to-click](https://github.com/wrbl606/what-to-click/tree/ff521792b3bee70389782cdc3ed024eec9f3b5f8) extension. I've added the [tesseract.js](https://github.com/naptha/tesseract.js) library locally for OCR functionality, which works fine, but it caused...
`lib` and `example` dependencies updated to work with Flutter 2.10.4.
### Description Not a bug, rather guidance or a feature request. On Android and iOS (though achieved in a very different manner), apps from the same developer can exchange information....
Add `EvcLoader` and its implementations for asset, file, http fetching to: - reuse code loading logic between widgets - support custom loaders for e.g. fetching files over gRPC, auth-only HTTP...
After an upgrade to Flutter 3.24.0 the Android variant of my application is no longer building, with an error: ```plain 1: Task failed with an exception. ----------- * What went...
[`telemetry.nim`](https://github.com/dom96/choosenim/blob/d929b737ef6b042a946c88a5fd2cdee64af6c292/src/choosenimpkg/telemetry.nim#L74) uses goo.gl-shortened links to redirect to the telemetry details. The goo.gl shortener will stop working after [August 25th, 2025](https://developers.googleblog.com/en/google-url-shortener-links-will-no-longer-be-available/) leaving new `choosenim` users without access to the telemetry details....