Sarthak Solanki
Sarthak Solanki

Reputation: 498

Is there anyway to draw a widget over Flutter Webview

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

Answers (1)

Günter Zöchbauer
Günter Zöchbauer

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

Related Questions