Reputation: 498
I'm using flutter_webview_plugin and I need a close button on top of my flutter webview. Is there a way to draw another widget over webview? if yes share me an example.
Upvotes: 2
Views: 1509
Reputation: 657048
This is not possible with https://pub.dartlang.org/packages/flutter_webview_plugin
Only plugins implemented using platform view support that like https://pub.dartlang.org/packages/webview_flutter.
Upvotes: 1