6 ms·
This isn't meant to be snarky, but why would we need a cross-platform UI toolkit for a (by definition) Linux only installer?
by Pinguinsan 6y ago
This isn't meant to be snarky, but why would we need a cross-platform UI toolkit for a (by definition) Linux only installer?
- curryst 6y agoIt makes sense to only use a single UI toolkit. If some of your stuff is cross platform, it's probably easier to write the single-platform stuff on the cross-platform toolkit than it is to have your devs need to know 2 or more toolkits.
- offtop5 6y agoSo developers have more transferable skills. I had to make a web app with a friend and I used Flutter which was absolutely amazing. Easier to work in than react native, and now if I want to work on some Linux desktop apps I have the skills to do so.