-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
ChromeSafariBrowser.open Exception #33
Comments
I had the same problem. In case you didn't know, you can do this in pubspec.yaml: flutter_inappbrowser: |
Should be fixed with the new version 0.6.0! |
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug and a minimal reproduction of the issue. |
Hi,
I wanted to use your plugin but it seems that version 0.5.51 on dartlang.org is a bit behind compared to the Github version and doesn’t include a missing
args.putIfAbsent('isData', () => false);
in ChromeSafariBrowser.open
This causes an exception.
Any chance you could make a 0.5.52 ?
Thanks;
Laurent
The text was updated successfully, but these errors were encountered: