René Kilczan

Results 50 issues of René Kilczan

This Bug-Report is about the navigation components in Version 2.4.0-beta02. I have a simple test app with a bottom navigation with two tabs and in total 4 fragments (two per...

I'm not familiar with the interface of [webview_flutter_platform_interface](https://github.com/flutter/packages/tree/main/packages/webview_flutter/webview_flutter_platform_interface) and not of the internals of this widget, but I think it would be cool if that interface could be implemented in...

enhancement

*Describe your idea:* I would love to have jadx as intelliJ Plugin so that I can decompile my dependencies in one place with the same code highlighting I know. It...

new feature

I added a basic dpad support you can expand the buttons now by pressing the central button of the dpad. I also pushed the library versions in the gradle file,...

I want to use your lib, I just have the problem that I don't want to use that more button. Instead I just want to click on the element itself....

I played today a bit more with your library and build a DoH client (in Kotlin) on top. ```kotlin class DohResult(query: DnsMessage, data: ByteArray?) : DnsQueryResult(QueryMethod.tcp, query, DnsMessage(data)) class DohResolver...

I'm playing with this lib and got an unexpected error in my test code. I get an DnssecValidationFailedException for non existing domain "github.xxx". Here is my test code: ```kotlin class...

I'm wondering why there is no option to specify the locale. After a small research I found out that it is not so easy as expected initial, but it seems...

I am implementing your SDK and wondering why there are no fields for the input method (voice or text basically) and for the language of the input.

enhancement
question

When I start my flutter application on a fresh Ubuntu install (ubuntu-22.04.1-desktop-amd64) I get the error: > error while loading shared libraries: libjsoncpp.so.1: cannot open shared object file: No such...