简体   繁体   English

可以使用 web flutter 创建管理面板,并在移动 flutter 应用程序中使用它

[英]It is possible to create an administrative panel with web flutter and use it in a mobile flutter application

It is possible to create an administrative panel with web flutter and use it in a mobile flutter application?是否可以使用 web flutter 创建一个管理面板并在移动 flutter 应用程序中使用它?

and what is most suitable for the administrative panel?什么最适合管理面板? flutter web or php? flutter web 还是 php?

Yes it is possible to have an web administrative panel and use it on a mobile device as well, I'm currently in the process of building one.是的,可以拥有一个 web 管理面板并在移动设备上使用它,我目前正在构建一个。 The best thing with Flutter is that you can build with one code base and use it over a variety devices and Operating Systems. Flutter 的最大优点是您可以使用一个代码库构建并在各种设备和操作系统上使用它。 And its pretty easy to make responsive as Flutter was initially built for Mobile.而且它很容易做出响应,因为 Flutter 最初是为移动设备构建的。

My Admin Dashboard in progress我的管理仪表板正在进行中

The only thing you need to be weary of, is Flutter Web is still in BETA, and has issues from time to time.您唯一需要厌倦的是 Flutter Web 仍处于测试阶段,并且不时出现问题。 PHP has been around for years and would be great for a Web Admin Panel, and can be made responsive, but would need to be opened in the browser - which isn't as intuitive as an app. PHP 已经存在多年,非常适合 Web 管理面板,并且可以做出响应,但需要在浏览器中打开 - 这不像应用程序那么直观。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM