我们可以将 PWA 集成到像 webview 这样的 flutter 应用程序中吗?
can we integrate PWA into flutter application like webview?
是否可以将PWA应用集成到flutter应用中,比如通过webview
在flutter中展示web应用。我们可以在 flutter 应用程序中显示完整的 PWA 应用程序吗?
Flutter支持将网页版部署为PWA,详情在documentation,搜索A Progressive Web Application built with Flutter
当您创建 flutter web 应用程序时,它会自动创建一个 PWA,您会注意到它会在 phone 上启动网站。
在 webview 中,如果你加载一个网站,它就会加载。在这种情况下,是否是 PWA 并不重要。
PWA 只是一个额外的功能,它创建一个包装器以在不同平台上安装应用程序
是否可以将PWA应用集成到flutter应用中,比如通过webview
在flutter中展示web应用。我们可以在 flutter 应用程序中显示完整的 PWA 应用程序吗?
Flutter支持将网页版部署为PWA,详情在documentation,搜索A Progressive Web Application built with Flutter
当您创建 flutter web 应用程序时,它会自动创建一个 PWA,您会注意到它会在 phone 上启动网站。
在 webview 中,如果你加载一个网站,它就会加载。在这种情况下,是否是 PWA 并不重要。
PWA 只是一个额外的功能,它创建一个包装器以在不同平台上安装应用程序