Search code examples
flutterwebviewprogressive-web-apps

can we integrate PWA into flutter application like webview?


Is it possible to integrate PWA apps into flutter applications like displaying web applications through webview in flutter. Can we display the complete PWA app inside a flutter application?


Solution

  • When you create flutter web application it automatically creates a PWA and you can notice it will you launch the website on the phone.

    And inside webview if you load a website it will load. In this case it does not matter whether it is PWA .

    PWA a just extra functionality that creates a wrapper to install the app in different platform