koenmuilwijk

Results 2 comments of koenmuilwijk

This *might* happen when passing in a url which cannot be parsed into a Uri on iOS. Parsing the url string in a Uri object is done in the same...

@LinusU it's in [SwiftFlutterWebAuthPlugin](https://github.com/LinusU/flutter_web_auth/blob/master/ios/Classes/SwiftFlutterWebAuthPlugin.swift) on line 17. ``` if call.method == "authenticate", let arguments = call.arguments as? Dictionary, let urlString = arguments["url"] as? String, let url = URL(string: urlString), //