-
Notifications
You must be signed in to change notification settings - Fork 937
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
Launching with rect
causes an exception
#63
Comments
I remember running into a similar issue. I ultimately put all of the creation logic in |
did you solve your problem using |
Hi, I updated to 0.1.6 and the error was still showing. I launched the webview inside |
same issue |
Same issue, blocker for whole application development. :( |
This code works:
flutterWebviewPlugin.launch("https://google.com");
This code, however,
causes an exception. I tried with different rect settings, tried putting this code in different places - in initState(), in build(), in main.dart - with the same results:
The text was updated successfully, but these errors were encountered: