René Kilczan

Results 198 comments of René Kilczan

Which is your target platform? I just reconized that this fix works on a API 17 device but not on a API 10 device. I'll try to fix that tomorrow.

While removing all my debug messages I made a mistake I forgot to add another change: The `onTouchEvent` must be changed. In the case `MotionEvent.ACTION_DOWN` you need to replace the...

Sorry I do not use this project anymore. So I cannot support you.

Well I am alive and I feel good. Happy new year by the way! If you have a question about that library, that is a problem as I already wrote...

This will become more relevant when people start updating the Flutter SDK to 6.19 and make the transition to the plugin blocks in gradle.

I added this to my `pubspec.yaml` and it works fine for me: ```yaml dependency_overrides: flutter_keyboard_visibility: ^6.0.0 ``` However I do not suggest that you should use this for production.

Sorry I forgot this comment. I'll check that this weekend

To be honest I totally forgot about this PR. I need to check my PR to find out what changes are still required. Might be someone else would be quicker,...

@rrousselGit did I catch all the missing parts? The last time I checked the generated code everything was documented. I am not sure why I missed those.