Earlier quoted context omitted.
What is google3?
Here is a paper describing google3 https://research.google/pubs/why-google-stores-billions-of-l... , which includes the policy that “To prevent dependency conflicts, as outlined earlier, it is important that only one version of an open source project be available at any given time.” More documentation on The One Version Rule for third_party: https://opensource.google/documentation/reference/thirdparty... . This rule…
We're forking Flutter
401–410 of 748 posts
Re: We're forking Flutter
#402Earlier quoted context omitted.
Python doesn't have a narrow scope. At least compared to Flutter. It's in so many places, from Linux installers, to medical, aerospace, math,... and finally the web (which is probably what we hear about the most).
But those are modules added on by developers other than the 50 core devs.
Re: We're forking Flutter
#403Earlier quoted context omitted.
Python doesn't have a narrow scope. At least compared to Flutter. It's in so many places, from Linux installers, to medical, aerospace, math,... and finally the web (which is probably what we hear about the most).
But those are modules added on by developers other than the 50 core devs.
Re: We're forking Flutter
#404Re: We're forking Flutter
#405Earlier quoted context omitted.
So that means one has to target both GTK and Qt to be native on Linux. Fat chance of that on anything but yet another music player or other relatively trivial UI app. In any event, that still doesn't answer what it means to be "native"? And my point is I think most definitions are dumb or useless. If I'm running a GTK desktop, Qt apps are generally not "native" no matter how much theme fuckery one tries. Native can a…
> So that means one has to target both GTK and Qt to be native on Linux. Incorrect. Target one or the other, not both.
You have reduced the definition of "native" to merely compatible with X11/Wayland (that's the only common denominator). Well now, Tk, FLTK, Swing, and even Wine are all native.
Re: We're forking Flutter
#406Earlier quoted context omitted.
Python doesn't have a narrow scope. At least compared to Flutter. It's in so many places, from Linux installers, to medical, aerospace, math,... and finally the web (which is probably what we hear about the most).
But those are modules added on by developers other than the 50 core devs.
Re: We're forking Flutter
#407> How large is the Flutter team, today? Google doesn't publish this information, but my guess is that the team is about 50 people strong. > That's 50 people serving the needs of 1,000,000. Doing a little bit of division, that means that every single member of the Flutter team is responsible for the needs of 20,000 Flutter developers! That ratio is clearly unworkable for any semblance of customer support. This is a we…
Re: We're forking Flutter
#408> How large is the Flutter team, today? Google doesn't publish this information, but my guess is that the team is about 50 people strong. > That's 50 people serving the needs of 1,000,000. Doing a little bit of division, that means that every single member of the Flutter team is responsible for the needs of 20,000 Flutter developers! That ratio is clearly unworkable for any semblance of customer support. This is a we…
“Flutter team members don't actually use Flutter.” (as per the website). This could explain a lot.
Re: We're forking Flutter
#409> We describe Flock as "Flutter+". In other words, we do not want, or intend, to fork the Flutter community. Flock will remain constantly up to date with Flutter. That was the first fear when I saw the title - splitting community and having two incompatible versions. Good to see it addressed in the post. The second was just a fear of how it would complicate the development process, but it seems to be a drop-in replac…
I can’t imagine using Flutter for desktop development if only because like most newer UI frameworks, it’s mobile focused and doesn’t come with important desktop widgets like tableviews/datagrids and treeviews.
Re: We're forking Flutter
#410Earlier quoted context omitted.
But those are modules added on by developers other than the 50 core devs.
The standard library alone has a huge scope which includes a (mediocre) GUI toolkit.