简体   繁体   中英

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?

and what is most suitable for the administrative panel? flutter web or 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. The best thing with Flutter is that you can build with one code base and use it over a variety devices and Operating Systems. And its pretty easy to make responsive as Flutter was initially built for Mobile.

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. 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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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