fluttercommunity / fluttercommunity/flutter_webview_plugin

flutter_webview_plugin not support http proxy or socks proxy?

Abierto
#843 1 comentario 1 reacción 0 asignados Ver en GitHub
Lenguaje dominante
Java
Estrellas
1.5k
Forks
938
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

# I want use proxy in flutter_webview_plugin, that not provide property to set proxy!

const WebviewScaffold({
Key key,
this.appBar,
@required this.url,
this.headers,
this.javascriptChannels,
this.withJavascript,
this.clearCache,
this.clearCookies,
this.mediaPlaybackRequiresUserGesture = true,
this.enableAppScheme,
this.userAgent,
this.primary = true,
this.persistentFooterButtons,
this.bottomNavigationBar,
this.withZoom,
this.displayZoomControls,
this.withLocalStorage,
this.withLocalUrl,
this.localUrlScope,
this.withOverviewMode,
this.useWideViewPort,
this.scrollBar,
this.supportMultipleWindows,
this.appCacheEnabled,
this.hidden = false,
this.initialChild,
this.allowFileURLs,
this.resizeToAvoidBottomInset = false,
this.invalidUrlRegex,
this.geolocationEnabled,
this.debuggingEnabled = false,
this.ignoreSSLErrors = false,
}) : super(key: key);

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Línea de trabajo

Start at the WebviewScaffold constructor shown in the issue and trace how its options reach the native WebView. Determine whether HTTP and SOCKS proxy configuration is available on the supported platforms; done means the plugin exposes and applies a documented proxy setting.

Escrito por el modelo de indexación a partir del texto del issue.

Evaluación

Stack tecnológico
flutter
Área
mobile
Tipo de issue
Nueva funcionalidad
Dificultad
5/5
Tiempo estimado
Más de una semana
Estado de actividad
Estancado
Claridad
Necesita aclaración
Aptitud para principiantes
25/100

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.