fluttercommunity / fluttercommunity/flutter_webview_plugin
WebviewScaffold exception after clicking back icon
- Lenguaje dominante
- Java
- Estrellas
- 1.5k
- Forks
- 938
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
After open the webview with an `appBar`, I click on the back button and receive a exception from:
**File**: `broadcast_stream_controller.dart`
**Exception**:

My Code:
```dart
onTap: () {
Navigator.push(
context,
new MaterialPageRoute(
builder: (context) => new WebviewScaffold(
url: widget.recipe.linkUrl,
appBar: new AppBar(title: new Text(widget.recipe.title)),
),
),
);
},
```
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.