Earlier quoted context omitted.
Sure it is, but I can see why OP looks down on it – just like their web rendering engine, it may be open source, but it's Google holding all the cards and ultimately making all the decisions. It may be opensource now while it's useful for them, but it may end up just like Android over the years: more and more closed bit by bit.
Is Google any worse than some "benevolent dictator for life" like other open-source languages?
Flutter desktop shells
51–60 of 322 posts
Re: Flutter desktop shells
#52Earlier quoted context omitted.
It doesn't use a browser to draw the UI, it draws it itself. It's not native UI controls though, they're emulated UI controls.
Ok, still miles better in terms of performance I am sure then. Thanks!
Re: Flutter desktop shells
#53Re: Flutter desktop shells
#54I don't know about this. 5000+ issues is not very reassuring regarding this project.
Re: Flutter desktop shells
#55I really want to like Flutter, but I someone really don't want to spend the time to learn Dart. I can't really quantify it--some mix of yet-another Proprietary Google Technology, yet another ecosystem, yet another X. I'm tired I just want to build stuff that solves problems.
I've tried dart back in the Angular 2 beta days with Angular Dart and after using it I have the exact opposite feeling about it. It's a thing that solved a lot of very real problems that are still halfassed by NPM and Node ecosystem - package manager, build system, tooling around it - it was all a step above the quality of TypeScript/NPM/JS. Saner object semantics, good standard library, good tooling - it just got me…
I’m with him, I want to like the idea, but I think the adoption has been slow and it doesn’t appear like it’s going to suddenly take off. I could be wrong, I just don’t see any successful indications yet.
Re: Flutter desktop shells
#56Earlier quoted context omitted.
Ok, still miles better in terms of performance I am sure then. Thanks!
Have you used a good electron application, like VSCode or Figma?
Re: Flutter desktop shells
#57I really want to like Flutter, but I someone really don't want to spend the time to learn Dart. I can't really quantify it--some mix of yet-another Proprietary Google Technology, yet another ecosystem, yet another X. I'm tired I just want to build stuff that solves problems.
If you are handy with Java, Typescript or Javascript, Dart is a breeze to learn. I didn't invest any time learning Dart to get productive with it while using flutter.
Re: Flutter desktop shells
#58Earlier quoted context omitted.
So what's your alternative? Java Swing? Proprietary Sun (now Oracle) technology. Qt? Proprietary Trolltech tech. Electron? You're back on square one of using Google technology. And winforms, WPF, application kit, etc are all far more proprietary than Flutter.
Kotlin native/multiplatform projects is the answer
Re: Flutter desktop shells
#59We already have something like this. It's called the web.
Re: Flutter desktop shells
#60They are still using OpenGL on Mac. Apple has deprecated OpenGL. I'd definitely wait until the Flutter team has replaced the OpenGL dependency with Apple's Metal. (I really hope they will do it.)