fluttercommunity / flutter_webview_plugin

Community WebView Plugin - Allows Flutter to communicate with a native WebView.
https://pub.dev/packages/flutter_webview_plugin
Other
1.48k stars 929 forks source link

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

Open aytunch opened 3 years ago

aytunch commented 3 years ago

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?