this post was submitted on 08 Nov 2021
11 points (100.0% liked)

Linux

48133 readers
1124 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

was wondering why there is so less attention on flutter in most linux mobil communities? i like the idea that people can work together on their favorite apps doesnt matter which os there are using. also its maybe a good chance to bring high quality software with bigger communities to linux mobile

top 7 comments
sorted by: hot top controversial new old
[–] Ephera@lemmy.ml 9 points 3 years ago (2 children)

There's probably also some reservations, because it's made by Google.

Google tends to discontinue things, which would be very bad for a UI framework.

And lots of open-source / Linux folks care about privacy, which tends to be at odds with Google. So, even just having to visit some Google website to look at the Flutter documentation, may be enough to not have people volunteering to do that.

[–] SrEstegosaurio@lemmy.ml 3 points 3 years ago (1 children)

I mean, simple mentioning Google will make some people just don't care about it. As I understand

[–] Ephera@lemmy.ml 1 points 3 years ago

Yeah, definitely. I'm one of those people. ¯\_(ツ)_/¯

Like, I tried to provide some rational explanation as to why people might have those reservations, but at the end of the day, it's my free time. I don't owe anyone a rational explanation why I prefer contributing to (/ writing) project X over project Y.

[–] AgreeableLandscape@lemmy.ml 1 points 3 years ago

Google tends to discontinue things, which would be very bad for a UI framework.

cough Angular cough

[–] poVoq@lemmy.ml 8 points 3 years ago

The Linux mobile space is a mess in app portability, even apps in qt that in theory could work on all major platforms are a mess to port due to different frameworks / design guidelines and versions of qt... and package distribution methods.

I think Flutter is potentially a good way to write such cross-platform apps in the future, but right now it would only add to the mess I think.