fluttercommunity / fluttercommunity/flutter_webview_plugin
Getting error Unsupported value: <FlutterError: 0x60c000225500> of type FlutterError
- Dominant language
- Java
- Stars
- 1.5k
- Forks
- 938
- PR merge metrics
- No merged PRs in 30d
Description
Do you know what that error means?
Here is the code I added. Same happens with full screen WebViewScaffold.
flutterWebviewPlugin.launch("http://www.cnn.com",
rect: new Rect.fromLTWH(
0.0, 0.0, MediaQuery.of(context).size.width, 300.0),
userAgent: kAndroidUserAgent);
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the flutterWebviewPlugin.launch call with the shown Rect and userAgent, then compare it with the reported full-screen WebViewScaffold case. Trace where the Unsupported value error is produced and establish the expected behavior for these launch configurations; no source file or test is identified in the issue.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- dart, flutter
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100