fluttercommunity / flutter_webview_plugin

Community WebView Plugin - Allows Flutter to communicate with a native WebView.

Home Page:https://pub.dev/packages/flutter_webview_plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to use this plugin with MaterialApp.router instead of navigator?

aytunch opened this issue · comments

I am using auto_route in my app. So I don't use a routes field in the MaterialApp widget. Instead routes are defined and generated separately by the auto_route package.

Can I make a statefulWidget and use WebviewScaffold inside the build method and push that page? Would this work or do I have to use the routes field?