fluttercommunity / fluttercommunity/flutter_webview_plugin

add initialHeaders and initialOptions,just like InAppWebView

Open
#730 0 comments 0 reactions 0 assignees View on GitHub
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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.