Google and Canonical Bring Flutter Apps To Linux and the Snap Store

'Google is partnering with the Ubuntu Desktop team at Canonical to bring Linux support to its open source UI framework Flutter. Today's Linux alpha announcement also means Flutter developers can now deploy their apps to the Snap Store. Flutter group product manager Tim Sneath argues this is a big milestone because UI frameworks rarely become versatile and powerful enough for an operating system to depend on. He pointed to Windows being written in C++ rather than .NET, even for applets like the Calculator. Sneath also believes this shows Canonical is willing to invest in a first-class way to build apps for Linux, making Flutter on Linux an official part of Ubuntu. Additionally, enterprises can feel confident about picking Flutter -- it's more evidence of its longevity and technical excellence, Sneath said.' -- source: https://linux.slashdot.org/story/20/07/08/1722203 Cheers, Peter -- Peter Reutemann Dept. of Computer Science University of Waikato, NZ +64 (7) 858-5174 http://www.cms.waikato.ac.nz/~fracpete/ http://www.data-mining.co.nz/

On Thu, 9 Jul 2020 10:08:08 +1200, Peter Reutemann quoted:
'UI frameworks rarely become versatile and powerful enough for an operating system to depend on. He pointed to Windows being written in C++ rather than .NET, even for applets like the Calculator.'
If you adopt Andrew Tanenbaum’s meaning of “operating system” to be synonymous with “kernel”, then it shouldn’t be “rarely”, it should be “never”. The GUI in Linux is a separate, modular, replaceable layer, and that’s the way it should be. You’ll notice that platforms that don’t follow this model are nowhere near as versatile. As for writing an OS in Dotnet, that was tried with Windows Vista. And we all know how well that went ...
participants (2)
-
Lawrence D'Oliveiro
-
Peter Reutemann