Qt vs Flutter - 2020

  Рет қаралды 45,420

VoidRealms

VoidRealms

Күн бұрын

Пікірлер: 101
@kb858
@kb858 2 жыл бұрын
We need an updated video of Qt vs Flutter 2022.
@DadundddaD
@DadundddaD Жыл бұрын
And 2023 too
@christianm4906
@christianm4906 Жыл бұрын
And 2024
@miklosnemeth8566
@miklosnemeth8566 2 жыл бұрын
I first worked with Qt more than 20 years and it is still here. Amazing. I am not sure, if Flutter/Dart will have that long lifecyle. C/C++ is eternal still the language of the universe. Even Dart is written in C/C++. Every OS and library are witten in C/C++. All other languages are just consumers of modules/packages written in C/C++. Java, Python are written in C/C++. I see that Qt is still your primary topic, and having an excellent source to learn, like your classes on Udemy or here is enough reason to pick Qt and C++ even in 2022.
@TECHINSPEC
@TECHINSPEC 3 жыл бұрын
I think that QT is the option if you want some serious cross platform software especially that include controlling computer hardware, and network. QT is good for big data analyzing performance and hardware control because it uses c++ which is closer to machine language compared to flutter. QT licensing is expensive and only serious projects can afford the cost
@thisisntmymainaccount7923
@thisisntmymainaccount7923 2 жыл бұрын
If you comply to LGPL you Can use qt in a commercial app without making it open source
@MithatKonar
@MithatKonar 4 жыл бұрын
A lot of the time it seemed you were comparing Flutter to C++ or other languages, not to Qt. That's not that helpful as C++, Python, etc. are languages and Flutter is a framework. Specifically, the popularity, etc. of language says little about a framework written for it and its pros and cons versus any other framework. The framework's language bindings are but one criterion, and for lots of people, it isn't that important. Picking up a new language to leverage the benefits of a framework is just a one aspect of the framework's learning curve. In the Qt world this may be QML. In the flutter world it's Dart. In the Kivy world it's Python and kv. Etc.
@VoidRealms
@VoidRealms 3 жыл бұрын
Fair point, at the time Flutter really did not fully support FFI - now it does so you can integrate with C++ (huge game changer) - Flutter has been changing so fast its hard to keep up with and I have thought about re-doing this video
@MithatKonar
@MithatKonar 3 жыл бұрын
@@VoidRealms Looking forward to it if you do. :-)
@edipsaln
@edipsaln 4 жыл бұрын
Flutter app's start up time is faster than Qt apps on mobile for new devices. But Flutter doesn't work for old devices which has low rams. Qt apps can work on 350 MB RAM devices. Flutter's debugging system is better than Qt for mobile devices. But I prefer Qt because it is faster and more stable.
@emreaka3965
@emreaka3965 2 жыл бұрын
Flutter also has Embedded now. It is no longer missing. :>
@davidagyakwa288
@davidagyakwa288 4 жыл бұрын
Qt doesn't have a lot of tutorials
@vladimirkraus1438
@vladimirkraus1438 2 жыл бұрын
this is not true
@mouhamadbourouba5382
@mouhamadbourouba5382 2 жыл бұрын
@@vladimirkraus1438 where do i find them
@oussamasethoum2755
@oussamasethoum2755 4 жыл бұрын
C, java, python : those searches all came from university students.
@VoidRealms
@VoidRealms 4 жыл бұрын
You're probably not wrong
@MsSebaastian
@MsSebaastian 4 жыл бұрын
I think swift will be an inevitable language you will have to learn if you go the flutter way.
@BohonChina
@BohonChina 4 жыл бұрын
qt has a very good compability for any device like industrial pc fwhile flutter is not.
@zxc13x
@zxc13x 4 жыл бұрын
what it means "good compability for any device like industrial pc" ??
@MsSebaastian
@MsSebaastian 4 жыл бұрын
@@zxc13x enterprise maybe
@Jack_Ranold
@Jack_Ranold Жыл бұрын
this is the first time even hearing about QT, so I'll take Flutter but am open to learning QT and see what to it can do.
@sinaebr7337
@sinaebr7337 4 жыл бұрын
i think some things wrong in your video you started dart and flutter from very early stage and i think before version 1 (v 0.44 ?) and i think from v1 that announced 2 years ago didn't change to much (actually i think not thing) and about dart. dart adapted for declarative UI and dart team add new features to better work with flutter. about packages, flutter had poor package support for some features but now has better packages (i think flutter steal is young framework and need some time )
@von-fur-wegen-gegenolli9196
@von-fur-wegen-gegenolli9196 4 жыл бұрын
Can i use Qt for Android under the LGPL-Licence? How do i link the libraries dynamically for Android applications?
@onjofilms
@onjofilms 4 жыл бұрын
What are you thoughts about Xojo?
@osafoca
@osafoca 4 жыл бұрын
Great video. You mentioned C++ to start - how do you feel about QtQuick vs QtWidget in 2021? Starting a new windows C++ control panel app, and historically QtWidget would be the way to go for a desktop app, but QtQuick seems to be the future. This control panel would be an audio-control style UI, with a C++ systems model supporting the UI. Thanks :)
@davidvernon3119
@davidvernon3119 4 жыл бұрын
I had to make the decision recently between qt quick, react native, and flutter. I went with react native because it has the largest developer community, and the best native support for mobile. If I needed embedded, qt hands-down. In a year or two… Flutter might be a serious contender. I do like dart over JavaScript.
@miklosnemeth8566
@miklosnemeth8566 2 жыл бұрын
Yes, Dart is a typed language, if you ever worked with the safety and robustness of a typed language, you dont want to pick javascript or python. But, TypeScript is absolutely brilliant and meets all requirements. So, React Native with TypeScript is a very strong contender. But, Flutter now has desktop incarnation and that alone made it a hell lot more appealing for business app projects. But, Dart is still is in its infancy and it has no, for example, native SQL Server client library while C/C++ and JavaScript/Typescript have. And this video excellently explain how long road Dart has to go to reach maturity.
@sebastiangudino9377
@sebastiangudino9377 Жыл бұрын
I personally prefer React Native over Flutter easily. And both of them BY FAAAAAR over QT. Both react and flutter allow you to easily go from a UX Design to a fully functional Ina very fast time. Absolutely the way yo go for modern native looking apps. UX es VERY important and QT is too far behind at this point (I think telegram is the only REAL native looking modern app made with QT that I can thing about of the top of my head)
@davidvernon3119
@davidvernon3119 Жыл бұрын
@@sebastiangudino9377 totally agree that qt has the stink of the 90’s on it, but it’s still the only game in town for embedded. But… rust is catching up quickly (no pun intended).
@WildWestDesigns
@WildWestDesigns 4 жыл бұрын
I would actually like to see more with regard to QML. Started messing with that, like that can also use JS in it as well (JS will always have a special place for me as that was actually the first language that I learned all those yrs ago when both the language and I were young).
@rickberger4081
@rickberger4081 3 жыл бұрын
Which is precisely the problem with QT - the whole reason for using QT is that it brings C++ performance to the table. But with QML people are tempted to write more and more application code in javascript - it's easy. That's a problem not only for performance, but architecture: business logic creeps into the ui, and that leads to problems down the road. If you can be disciplined and use QML *ONLY* for ui description and behavior, it can work better, but it's still a frankenstein. And, if you're working in a team, you'll find team members constantly crossing the line and polluting ui code with business logic. If you're going to write js, do it on a platform for which it was created: browser, nodejs, or even electron. (I was a QT contract developer for many years. I moved over to js precisely because of the above argument. Now, with the advent of Flutter 2, I'm taking a much harder look at it.)
@WildWestDesigns
@WildWestDesigns 3 жыл бұрын
@@rickberger4081 The problem with flutter is dart. As far as I know, thats the only place for it. Like GDScript for Godot (I do like GDScript don't get me wrong). Knowing it is useful only in one area. While I can still use JS for other things, like use it with Deno(I do prefer that over Node) or even client-side or just for regular scripting. I think JS gets a bad wrap for what it was back in the mid 90s. Now with QML, if I am not mistaken could decouple the JS engine and still use just C++ as well. The thing with C++ is that it GUI frameworks are still lacking outside of Qt, I tried to get CopperSpice to work (a fork of Qt4 originally), but that didn't go over well and there really isn't a lot out there on it. Outside of Qt, the others don't really come close for C++.
@rickberger4081
@rickberger4081 3 жыл бұрын
@@WildWestDesigns >> The problem with flutter is dart. As far as I know, thats the only place for it. True and fair enough. That's ameliorated significantly, I think, by their broadening the platform base, so I don't see the Dart constraint as that much of an issue. >>The thing with C++ is that it GUI frameworks are still lacking outside of Qt... Also true, as far as cross-platform frameworks go. I worked with wxWidgets for a while - not bad. Had to use boost signals for signal slot mechanism and my own openGL layer. The great thing about Qt is that it is self-contained - you don't have to go outside for anything - even openGL (just reiterating your statement that nothing else comes close.) There's always limitations of some sort, though. One could make an (obliquely) similar argument about browsers - the only language they support natively is JS: it's JS or nothing. Any other *UI* implementation based on JS embeds a browser. You can even embed a browser widget in Qt (which can only use JS.) (Did that once so I could use D3JS inside a Qt widget. Interesting exercise. :b ) >> Now with QML, if I am not mistaken could decouple the JS engine and still use just C++ as well. You won't get a Qt gig doing that. Everyone wants you to use/have QML. And really, it is great for describing the UI - you can do some terrific things with it. The problem is the client/boss/other team members eventurally want you to migrate business logic up to the QML layer, because it's easier to write JS than C++ (and, because Qt embedded the whole danged engine, you can do that. One of their samples is an entire application written in JS.) (Why not just use a browser? one would ask...) It would have been far better had they clipped features out of the engine they're not using for ui description. Not sure if that would have been feasible - but it would have been better.
@WildWestDesigns
@WildWestDesigns 3 жыл бұрын
@@rickberger4081 You can use QML with C++ and you can with QT6, unless they changed it, compile WITHOUT the JS engine if you aren't using JS. I'm pretty sure that I read that. However, keep in mind, I think even Qt is trying to move away from C++ as it is. It sure seems like it and I think a lot of of people want to get away from C++. I mean that would explain the interpreted language craze where we had interpreted languages for interpreted languages. Here is the thing though, people go to JS for a variety of reasons, but I would the biggest one is that it's easier, just like Python is easier. I think people give JS a bad rep due to how it was back in '95 and they act like it hasn't evolved since (now, was it a good or bad evolution, depends on who you talk to I think). I don't think people are going to Dart for Dart. They are going for Flutter and they have to deal with Dart. Now, is it the case of just a shinny new thing and people think always having to go with the latest and greatest? I don't know why people are obsessed with the next "x" killer or why there has to be the next "x" killer. As to the Qt gigs, that's a non issue for me. It may be a concern for others, but not for me. It's just me, myself and I and I don't have anyone over me that would determine what I can use or how I can use it (as far as what languages I choose), I may not make the best choices, but they are just mine to make. Shoot, I have written programs in Godot (not just games, but actual typical desktop programs). I'll use what I'll be able to get solve the problem in the most efficient timeframe and since it's just me, I also opt for the quicker route as well. I have toyed with the notion of going Mono with Avalona UI as mono would work with Godot as well. Now, I am a huge Qt fan, the framework, I use KDE based Linux distros even, but I probably won't be updated any apps that I have created going forward given what's gone on the past year. That may change, but as of now, not so much. I honestly hope KDE forks it and goes their own way. Won't be easy, but I hope that they do. I have to wonder if this partnership is viable again with what's gone on this past year, but this is just my opinion, so take it for what's worth.
@asifurrahman7512
@asifurrahman7512 Жыл бұрын
if i learn Qt with C++ after that how hard to shift Qt with python ? if you know then suggest me?
@sunischitjaiswal9570
@sunischitjaiswal9570 4 жыл бұрын
I think in one way we can use flutter on embedded devices if we set embedded target to run android or android things. But i will be completely echo with your views on this.May be in near future qt company going to offer more in gpl(open source domain) to compete with flutter.
@sunischitjaiswal9570
@sunischitjaiswal9570 4 жыл бұрын
Hi Brian.. Did you agree with this approach.
@mrproud503
@mrproud503 3 жыл бұрын
You only spoke about the flutter. Can flutter develop robust games??
@iAnguel
@iAnguel 3 жыл бұрын
I wonder if a simple multi-platform Win+Mac+Linux desktop application using buttons, text views and TCP sockets can be easily done out of the box with Flutter. I see other videos stating that even this can be a painful process.
@spguy7559
@spguy7559 3 жыл бұрын
i'm not sure understood, you mean flutter is good finally or bad ?
@SteveHazel
@SteveHazel 4 жыл бұрын
seems to me there are enough dang languages now. dunno why they made up dart instead of goin javascript. what do you think of rust versus c++?
@VoidRealms
@VoidRealms 4 жыл бұрын
That's an even harder comparison I would even add rust versus go versus c++
@cameronjames7104
@cameronjames7104 4 жыл бұрын
I'm new to development, but I've recently started with flutter. I've heard people say something similar about dart like why didn't Google choose to go with js. What's wrong with dart? Is it that it's more difficult to learn?
@cameronjames7104
@cameronjames7104 4 жыл бұрын
@@VoidRealms I've recently started with flutter, but I've thought about starting to learn python. Does python have any packages issues like flutter has? Would you say that python is more reliable in terms of its flexibility to create any app?
@VoidRealms
@VoidRealms 4 жыл бұрын
@@cameronjames7104 Python is a bit more mature but yes Python does have similar issues...once you dive into packages you are at the mercy of the author. highly recommend you join the voidrealms facebook group - 4k developers in there including me- facebook.com/groups/1400884323467285
@ShivamJha00
@ShivamJha00 4 жыл бұрын
Bruh.. it would have destroyed the point of flutter (to be able to compile to native code). That's just more trash comparison. People generally ask why Google didn't chose Kotlin. But I think dart is one of the BEST language I have ever worked with
@miklosnemeth8566
@miklosnemeth8566 2 жыл бұрын
We started 4 years ago in our company using Flutter for a couple of business application projects, I was an enthusiast advocator of Flutter/Dart at that time. I still love them. Now, that Flutter has recently gotten desktop incarnation, Dart/Flutter almost reached the maturity to be taken seriously. But, C++ is a brutally strong point in favor of Qt. Dart is just another language competing with Python, TypeScript, C#. But C/C++ is the mother of all languages, nothing can be compared to C++, it is eternal.
@leongomes967
@leongomes967 2 жыл бұрын
Rust is comming.
@florian5670
@florian5670 3 жыл бұрын
There is a big difference between Qt and Flutter you might want to consider: Licensing
@VoidRealms
@VoidRealms 3 жыл бұрын
Thats a fair point - but at the time of this post I do feel Dart / Flutter is more competition for java / c# and to some degree python - i would LOVE to see dart run everywhere, and that may happen someday
@mikhailhumphries
@mikhailhumphries 21 күн бұрын
C++ has way more libraries for. Graphical apps
@philosophia5577
@philosophia5577 Жыл бұрын
Viewers of 2023 and beyond - Flutter supports Embedded and Web pretty well.
@songwutk
@songwutk 3 жыл бұрын
Please compare apk size
@bachabadchoda7577
@bachabadchoda7577 4 жыл бұрын
In the beginning there was nothing. Then God created the heaven and the earth ... in C.
@fanpeter-z3c
@fanpeter-z3c 3 жыл бұрын
the indentation of flutter codes always gives me headache !
@pedroluzio
@pedroluzio Жыл бұрын
My problem qwith QT is the nonsense of massive extreme overprice for the framework (if you are not doing opensource). I understand that a lot of people up the chain needs to drive Ferrari's from the bedroom to the living room, but... those prices are insane.
@leitheoleu5451
@leitheoleu5451 2 жыл бұрын
I found flutter’s documentation much much much more better than qt’s . I have to dig in to someone’s blog to figure out how to display a fcking tree view in qt quick. Also learning the “qt flavored c++” is arguably harder than learning a new language.
@SchalaArchives2023ish
@SchalaArchives2023ish 4 жыл бұрын
Qt vs Flutter sounds like Unity vs Unreal Engine in a sense. Unity isn't as slow as Qt but major engine updates take months, and I kinda like that. However, Unreal Engine, yeah... it pops out a new version every few months which I guess isn't bad, but like Flutter, it rapidly deprecates APIs and how to do things, made worse by its utter neglect for solid documentation. Unreal is powerful, but Epic has a habit of pulling the rug out every few months. I mean, I get it, gaming and tech is evolving, but geez, at least have the courses on it last a few years without being utterly deprecated.
@m_miko
@m_miko 4 жыл бұрын
I think you should start doing videos about flutter
@VoidRealms
@VoidRealms 4 жыл бұрын
I've done them :)... I have a short play list here on KZbin and 6 full courses on Udemy, but I do plan on making more
@fynn007007
@fynn007007 4 жыл бұрын
Man, I would be sad to see Java die. I mean it feels easy to use for me and I just got some kind of solid knowledge about it :/. Especially the stream API.
@kuhluhOG
@kuhluhOG 4 жыл бұрын
I need to make one exception here: imo multithreading is a lot easier in C++ (including the standard library) than Java or .Net
@nahiyanalamgir7056
@nahiyanalamgir7056 3 жыл бұрын
Java isn't dying.
@zakariachahboun
@zakariachahboun 4 жыл бұрын
Thanks
@palachokrab5711
@palachokrab5711 3 жыл бұрын
I love c++..
@bara7979
@bara7979 2 жыл бұрын
Thank you
@torontawy
@torontawy 9 ай бұрын
Flutter has an automotive version as Toyota has adopted it and German OEMs are on their way to standardise Flutter and trash Qt.
@easyprogramming969
@easyprogramming969 4 жыл бұрын
I developed a simple Android application using qml and javascript. But the problem is that the application size is large. Do you have a solution?
@jmvs5294
@jmvs5294 3 жыл бұрын
you really have to look at flutter again if you are not bias. Embedded? mmm your call bro
@VoidRealms
@VoidRealms 3 жыл бұрын
I agree flutter has changed a lot and they are starting to target the embedded space as well as desktop The entire ecosystem is going to reinvent itself over the next few years and probably dominate most of the markets
@younssaitmou
@younssaitmou 4 жыл бұрын
To be completely honest, I think flutter/dart is the way to go. It splits native code and gives you relatively small apps size compared with javascrip 😉. But that's my humble opinion 😉. And, man, the community arround dart is growing huber fast
@ПетраАльперн
@ПетраАльперн 2 жыл бұрын
video anda sangat bagus dan mempunyai mesej yang luas terima kasih
@obinator9065
@obinator9065 4 жыл бұрын
IT’s QUE TEE DAMN IT
@VoidRealms
@VoidRealms 4 жыл бұрын
Bonus points for Michigan, but it's pronounced "cute" - off their wiki - Qt (pronounced as "cute", not "cu-tee") is a cross-platform framework that is usually used as a graphical toolkit, although it is also very helpful in creating CLI applications.
@leongomes967
@leongomes967 2 жыл бұрын
Rust is comming.
@MultiKaloudis
@MultiKaloudis Жыл бұрын
Is this a joke?
@ashwin372
@ashwin372 4 жыл бұрын
Rust might replace c++
@vladimirkraus1438
@vladimirkraus1438 4 жыл бұрын
Do they have any good UI framework in Rust? I do not think so...
@ashwin372
@ashwin372 4 жыл бұрын
@@vladimirkraus1438 take a look at sixtyfps github. Its made by qml maintainer
@bachandhakal5863
@bachandhakal5863 4 жыл бұрын
Nop
@tomwilliam7299
@tomwilliam7299 3 жыл бұрын
I think Rust will die after 10 years from now since Rust is complex and steep learning curve and may be offer some better properties than C++ but all these properties will replace with better one in C++30, C++ will not die because it evolve slowly without breaking the code and maintenance the speed. believe me even Mozilla itself will dump Rust and use C++30 😉😉😉
@MultiKaloudis
@MultiKaloudis Жыл бұрын
I am from the future, Rust is dead, developers couldn’t code a LinkedList during interviews and couldn’t get hired.
Qt Widgets or QML ?
11:45
LearnQtGuide
Рет қаралды 61 М.
Quando A Diferença De Altura É Muito Grande 😲😂
00:12
Mari Maria
Рет қаралды 45 МЛН
Что-что Мурсдей говорит? 💭 #симбочка #симба #мурсдей
00:19
I fixed The Sims 2 in 2025 with Linux, and you should too!
1:15:30
My Final Flutter Video
14:26
Theo - t3․gg
Рет қаралды 112 М.
How to integrate C++ and QML
13:26
Qt Group
Рет қаралды 13 М.
3 Hours vs. 3 Years of Blender
17:44
Isto Inc.
Рет қаралды 6 МЛН
how to: android on QT
15:09
IdkWhatnameILike why
Рет қаралды 19 М.
Creating Your Own Qt Applications...It's Easy!
15:27
DistroTube
Рет қаралды 43 М.
Israel Has The Right To Defend Itself | Stand-up Comedy by Daniel Fernandes
15:07
Build 5 Apps in 5 Minutes with Flutter… But should you?
8:53
Blazor VS. NextJS Head To Head! Which One Wins?
16:08
Codewrinkles
Рет қаралды 7 М.
Quando A Diferença De Altura É Muito Grande 😲😂
00:12
Mari Maria
Рет қаралды 45 МЛН