Piotr FLEURY
Piotr FLEURY
> With the webview_flutter plugin I handled this by overriding: > > ``` > public override void OnReceivedSslError(Android.Webkit.WebView view, Android.Webkit.SslErrorHandler handler, Android.Net.Http.SslError error) > { > handler.Proceed(); > } >...
Hi everyone. I spent some time to try to understand the full story of this issue. For those who wants the summary, this is what I understood : Flutter Web...
Hi everyone ! I tried to resolve this issue using a CLI tool. I have first version of a Proof Of Concept and I would like to have some feedbacks...
Can it be a good thing to add a diff tolerance for golden comparison ? I made a [https://github.com/PiotrFLEURY/custom_comparator](https://github.com/PiotrFLEURY/custom_comparator) POC that makes golden tests pass if the diff percentage does...
> We also ran into this issue, but decided not to go the tolerance setting route and instead change our CI process to the following before merging in a feature...
> > We also ran into this issue, but decided not to go the tolerance setting route and instead change our CI process to the following before merging in a...
Hello. Any news on this issue ? It would be great to get at least an option to skip client certificate validation. `WebView( initialUrl: URL, sslConnection: SslConnection.unsecured, // default value...
Hi everyone I faced the same issue trying to make a first test using Fluttium on a Ubuntu Desktop Flutter app. Some texts were not found at the begining. After...
Sometimes semantics labels can be hidden by another widget or missplaced. For instance, I'm investigating about a potential Flutter bug where semantics labels are not located at the same place...