fluttercommunity / fluttercommunity/flutter_webview_plugin
WebviewScaffold exception after clicking back icon
- Dominant language
- Java
- Stars
- 1.5k
- Forks
- 938
- PR merge metrics
- No merged PRs in 30d
Description
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)),
),
),
);
},
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.