Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The 'open' method requires an options dictionary #87

Merged
merged 1 commit into from
May 22, 2019
Merged

The 'open' method requires an options dictionary #87

merged 1 commit into from
May 22, 2019

Conversation

matthewlloyd
Copy link
Contributor

Otherwise, SwiftFlutterPlugin.swift throws an exception on line 285
when the InAppBrowser.openWithSystemBrowser(url) method is called:

let options = (arguments["options"] as? [String: Any])!

Otherwise, SwiftFlutterPlugin.swift throws an exception on line 285
when the InAppBrowser.openWithSystemBrowser(url) method is called:

  let options = (arguments["options"] as? [String: Any])!
@pichillilorenzo pichillilorenzo merged commit 9b02652 into pichillilorenzo:master May 22, 2019
This was referenced Jul 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants