Piotr Wysocki
Piotr Wysocki
Hi, Is it possible to add scrollBy(x,y) functionality to the map's controller moveCamera, animateCamera methods? Same like google_maps_flutter has. Thanks
Hey, I am executing method create on WebAuthnClient `let options = self.createCreationOptionsFromJson(publicKeyCreationOptionsJson: publicKeyCreationOptionsJson) webAuthnClient.create(options).done { (c:PublicKeyCredential) in print("Done") }.catch { (error:Error) in print("Error") }.finally{ print("Finally") }` New login dialog appears...