Merge pull request #155 from AlexVincent525/master

Fix abstract method error  && swift version error
This commit is contained in:
Lorenzo Pichilli 2019-10-24 12:28:53 +02:00 committed by GitHub
commit 4b14e44e5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View File

@ -229,4 +229,11 @@ public class FlutterWebView implements PlatformView, MethodCallHandler {
webView.loadUrl("about:blank");
}
}
@Override
public void onInputConnectionLocked() {}
@Override
public void onInputConnectionUnlocked() {}
}

View File

@ -18,5 +18,6 @@ A new Flutter plugin.
s.dependency 'Flutter'
s.ios.deployment_target = '8.0'
s.swift_version = '4.0'
end