Commit 4b14e44e authored by Lorenzo Pichilli's avatar Lorenzo Pichilli Committed by GitHub

Merge pull request #155 from AlexVincent525/master

Fix abstract method error  && swift version error
parents ebe5add0 990fe52a
......@@ -229,4 +229,11 @@ public class FlutterWebView implements PlatformView, MethodCallHandler {
webView.loadUrl("about:blank");
}
}
@Override
public void onInputConnectionLocked() {}
@Override
public void onInputConnectionUnlocked() {}
}
\ No newline at end of file
......@@ -18,5 +18,6 @@ A new Flutter plugin.
s.dependency 'Flutter'
s.ios.deployment_target = '8.0'
s.swift_version = '4.0'
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment