fluttercommunity / fluttercommunity/flutter_webview_plugin
add initialHeaders and initialOptions,just like InAppWebView
- Dominant language
- Java
- Stars
- 1.5k
- Forks
- 938
- PR merge metrics
- No merged PRs in 30d
Description
add initialHeaders and initialOptions,just like InAppWebView: https://s0pub0dev.icopy.site/packages/flutter_inappwebview
InAppWebView(
initialUrl: "https://flutter.dev/",
initialHeaders: {},
initialOptions: InAppWebViewWidgetOptions(
inAppWebViewOptions: InAppWebViewOptions(
debuggingEnabled: true,
)
),
Contributor guide
No contributing guide indexed for this repository
Research direction
No repository file, test, or entry point is named. Start by reading the existing WebView widget API and comparing it with the linked InAppWebView example; done means the plugin accepts initialHeaders and initialOptions and applies the requested settings when the WebView is created.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- dart, flutter, java
- Domain
- api, mobile
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100