简体   繁体   中英

Can Flutter be used to create a CMMS application?

I have made a CMMS (Computerized Maintenance management) on Xamarin, I have Database that contains all the machines in a factory and each machine has multiple properties, the user can add a machine and choose the type ( from pre-defined types set in the database) and choose the value for each property related to this machine, the app also supports functionalities like, deleting elements, duplicating, copy/paste, cut/paste. (For example each factory has multiple locations each location is in a city, each city has multiple buildings, each building has multiple floor and each floor has multiple rooms and each room has multiple elements, and when choosing a location the elements in this location are loaded.

Also the app should work online and offline.

so for an application like this, would be possible to do it in flutter and would be reliable?

It should work on both android and IOS

Flutter, like any frontend framework, can be used to create any app you want.

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