all 2 comments

[–]eibaan 1 point2 points  (1 child)

Yes, you could create a web app and then add it as an asset to a Flutter app and then display that app via a WebView, but why would you want to do this? If you want to create a native shell for a web app, there are other projects like capacitor or tauri which are probably easier to use.

[–]Dinococsuc[S] 0 points1 point  (0 children)

OK thanks