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

Commits on Apr 27, 2019

  1. The 'open' method requires an options dictionary

    Otherwise, SwiftFlutterPlugin.swift throws an exception on line 285
    when the InAppBrowser.openWithSystemBrowser(url) method is called:
    
      let options = (arguments["options"] as? [String: Any])!
    matthewlloyd committed Apr 27, 2019
    Configuration menu
    Copy the full SHA
    9831637 View commit details
    Browse the repository at this point in the history