Rafal Wachol
Rafal Wachol
@easazade please, be nice to developers, writing compilers is not easy and must be done with cause. it's not about only data classes but also pattern matchings, ASTs and stuff....
related issue and PR (for : https://github.com/flutter/flutter/issues/83693 https://github.com/flutter/engine/pull/26562 implementation in tizen engine: https://github.com/flutter-tizen/engine/pull/86
yes, I think you're right. the reason why I linked tizen one is because in discussion, dev actually shows how to use this code :)
I think that's because of two different clients (webview changed between android versions). Code checks what android version it's using but I think we should add some link rule to...
It's just a warning to support older android versions, guess I can add annotation for linter not to mention it.
@hcaz thanks for report, I'm not sure how to tackle this bug tbh. Maybe it's simulator bug? I was able to throw exception (it didnt crash just, was thrown) on...
@hcaz great, thank you for help 🙇
might be duplicate of https://github.com/fluttercommunity/flutter_webview_plugin/issues/85
Thank you for PR and sorry for long review time, I am quite busy these days. I will review this asap, although code doesn't work for me for example project.
I'm happy to merge some fixes, but it works on my device so I cannot reproduce it.