No video

Flutter in 2024: Cross Platform Tool You Must Learn!

  Рет қаралды 9,377

CodeX

CodeX

Күн бұрын

Пікірлер: 62
@Keshav-zc1rf
@Keshav-zc1rf 2 ай бұрын
Thanks alot sir , A few days ago, a big techtuber video trying to discourage me, I already tried flutter before, and Dart was very easy and its errors are like guide i mean i barely need to ask any llm or to look at stackoverflow. i were assuming initially that Dart might be slower, but it's actually much faster than Java and incredibly easy to pick up.
@Mr.HassanKhan-v5u
@Mr.HassanKhan-v5u 15 күн бұрын
please guide me should i learn flutter
@newbie6449
@newbie6449 5 күн бұрын
​@@Mr.HassanKhan-v5u yes. Absolutely banger framework
@charlesifoegbu
@charlesifoegbu 2 ай бұрын
You're absolutely right. I've seen videos comparing Flutter with Kotlin Multiplatform (KMP), which I think is not quite appropriate as they cater to different needs. Flutter provides a complete UI toolkit and allows for a single codebase approach, whereas KMP focuses on sharing business logic across platforms, requiring platform-specific UI libraries. Great video, CodeX! Flutter's amazing. By the way, you mentioned there's an opening at your organization. I have over five years of experience with Flutter and I'm seeking new opportunities.
@amanverma6515
@amanverma6515 2 ай бұрын
there is also option to share UI layer too using compose
@niteshdewangan7522
@niteshdewangan7522 Ай бұрын
Employee with 3YOE.. I am working in cyber security project.. but i want to switch to developer as I have no interest in cyber security.. I have done android developement in past and built some 3 4 apps (native).. so I want to switch as a mobile app developer.. but now confused as should I continue with native app development considering my previous background.. or should I learn hybrid app development (this I will have to start from scratch).. Please I need genuine advice.
@amanverma6515
@amanverma6515 Ай бұрын
@@niteshdewangan7522 you have already some experience with native android development, You should continue with native development and then switch to KMP when you feel confident about it. Your native android dev knowledge will be very helpful in Kotlin Multi-Platform
@Omarhi51llarious4tsxdl1l
@Omarhi51llarious4tsxdl1l 2 ай бұрын
Stop searching, Start Learning❤
@TahiruAgbanwa
@TahiruAgbanwa 2 ай бұрын
How many of you realise that flutter app crashes less as compared to pure native apps or frameworks that bridge to pure native apps. My app has been in production for 2 yrs with no crashes
@CodeXdev
@CodeXdev 2 ай бұрын
True, the fact that any crash situation is absorbed by the Widget that’s y you don’t see app crash but grey screen
@ayomidekosebinu5830
@ayomidekosebinu5830 Ай бұрын
I don't understand please
@avisioncreator9517
@avisioncreator9517 2 ай бұрын
thanks for this video as i was in between to make final decision of where to start codding.thanks
@Mhmd_SHA
@Mhmd_SHA 2 ай бұрын
Thanks For All the Insights🤓
@GregHuddleston
@GregHuddleston 2 сағат бұрын
Great info. Keep it up. So any examples (early obviously), where you can use 3d-scene inside of a wpa web app? I am curious about this.
@h3w45
@h3w45 Ай бұрын
Flutter is the future
@anubratsahoo447
@anubratsahoo447 2 ай бұрын
Love the way you edit your videos and your voice sounds so professional,i gather it's an enty level moanao mic .can u tell us how u edit ur voices.
@Aali.258
@Aali.258 2 ай бұрын
Game development seems an interesting topic to explore with flutter.
@CodeXdev
@CodeXdev 2 ай бұрын
Indeed it is, tutorials on the way!
@AppDev_06
@AppDev_06 Ай бұрын
I have already learned MERN stack should i go for React Native or flutter
@CodeXdev
@CodeXdev Ай бұрын
If you are good at React then stick with it. Opportunities are available for both, at the end both makes great cross platform app.
@YoshiMuramasa
@YoshiMuramasa 2 ай бұрын
Hello Mr. Afzal! I wanted to learn Flutter as my first language/platform. I have ZERO knowledge with programming but I want to start. Where should I start?
@fitvity
@fitvity 2 ай бұрын
Learn basic programming you can start with python or c i would prefer python then learn dart specifically asynchronous programming and oops concepts and then you can learn flutter with youtube , medium app , flutter documentation
@babrygaledou6661
@babrygaledou6661 2 ай бұрын
Yeah , that's it
@niteshdewangan7522
@niteshdewangan7522 Ай бұрын
Employee with 3YOE.. I am working in cyber security project.. but i want to switch to developer as I have no interest in cyber security.. I have done android developement in past and built some 3 4 apps (native).. so I want to switch as a mobile app developer.. but now confused as should I continue with native app development considering my previous background.. or should I learn hybrid app development (this I will have to start from scratch).. Please I need genuine advice.
@CodeXdev
@CodeXdev Ай бұрын
If you really want to work as a Mobile Developer then Cross platform tool is more suited based on current market trend. There is always need of Native development but not all companies want to work at core level and put double effort to create apps. Cross platform has become mature enough to handle all performance aspects and make smooth application. Flutter specially have edge in this field and can be a great option. Best of luck for your future!
@niteshdewangan7522
@niteshdewangan7522 Ай бұрын
@@CodeXdev thank you very much for responding
@bennguyen1313
@bennguyen1313 2 ай бұрын
Is Flutter suitable for making applications that access hardware attached to a PC? Either as a browser/web-app , or as a standalone pc executable? For example, if the hardware connects via usb or pci (and can be accessed via a 32-bit or 64-bit DLL), how easily (or well documented) would it be for Flutter to call those dll functions? Platform Channels / FFI?
@CodeXdev
@CodeXdev 2 ай бұрын
It’s pretty straight forward if you have the DLL then you can use FFI to invoke methods from it. You will find documentation for both FFI and native c method call from flutter
@zg0ul2
@zg0ul2 2 ай бұрын
when you say flutter is not meant for websites does that mean we can't build websites with it? or would woubsites be slow compared to webapps? I'm asking because I want to build an all in one website which has a portfolio and a landing page to each app I publish, would that be feasible?
@CodeXdev
@CodeXdev 2 ай бұрын
Yes, a product demo page, portfolio, product showcase is good fit for flutter!
@Mempler
@Mempler 2 ай бұрын
Flutter is great for a web app but bad for a website. That's because it's not statically rendered, and search engines can not figure meaningful information out of it. For example, a blog or docs would be much better as a website, while a chat implementation would be much better to implement in flutter. Heck, even a complex dashboard is good in flutter. Only static content should be made the traditional way
@babrygaledou6661
@babrygaledou6661 2 ай бұрын
I want to learn how to use get from scratch !
@CodeXdev
@CodeXdev 2 ай бұрын
I have multiple tutorials on GetX, but all are on different topics and not sequential guide.
@babrygaledou6661
@babrygaledou6661 2 ай бұрын
@@CodeXdev perhaps I can learn from them bring links🔗
@akashkumardas6521
@akashkumardas6521 2 ай бұрын
I will watch you later, Phillip lackner just uploaded a video flutter vs kmp. He will definitely use drawbacks and limitations of flutter.
@akashkumardas6521
@akashkumardas6521 2 ай бұрын
kzfaq.info/get/bejne/muCfmpllqrSvd2Q.htmlsi=sbuWBuWPqp83GcZF
@akashkumardas6521
@akashkumardas6521 2 ай бұрын
Why kmp is better the real comparison not one sided
@ahmedbathily7013
@ahmedbathily7013 2 ай бұрын
kmp is far behind flutter ,with kmp you only can share buisness logic while with flutter a single codebase( ui and buisness logic) can be shared by all platforms
@niteshdewangan7522
@niteshdewangan7522 Ай бұрын
Employee with 3YOE.. I am working in cyber security project.. but i want to switch to developer as I have no interest in cyber security.. I have done android developement in past and built some 3 4 apps (native).. so I want to switch as a mobile app developer.. but now confused as should I continue with native app development considering my previous background.. or should I learn hybrid app development (this I will have to start from scratch).. Please I need genuine advice.
@studentoftezpuruniversitym564
@studentoftezpuruniversitym564 2 ай бұрын
please make basics game using flutter
@CodeXdev
@CodeXdev 2 ай бұрын
Sure! New video on Game Dev is coming up soon
@imdebu
@imdebu 2 ай бұрын
Sir why don't you bring a flutter course?
@CodeXdev
@CodeXdev 2 ай бұрын
I would love to.. I am thinking there are already so many courses, should I crest my own way or not 🫣
@imdebu
@imdebu 2 ай бұрын
@@CodeXdev definitely there are courses but then if you could launch a course where you build a actual project and use technologies that industries are using would be better.
@pessimistic_optimism
@pessimistic_optimism 2 ай бұрын
you are right, that's the problem. flutter seems to be to very focused on cross platform mobile app development. whereas react and svelte already solves it and can be extended to web development. I had high hopes for flutter until recent down sizing of flutter dev team and they seem to have rolled over many features to future releases. I guess it's not appropriate to suggest flutter to freshers over react or svelte or vue.
@richardappow6770
@richardappow6770 2 ай бұрын
give links to games showcased in your prresentation
@CodeXdev
@CodeXdev 2 ай бұрын
Games shown in this video are Flutter Gaming Challenge Winners, search for it, you may find source code as well.
@sagarchandrachanda7989
@sagarchandrachanda7989 2 ай бұрын
Is google going to shut down flutter in near future? I heard some rumors please clarify this
@CodeXdev
@CodeXdev 2 ай бұрын
I don’t think so, In my last video I have explained why Flutter doesn’t seem to shut any soon..
@ahmedbathily7013
@ahmedbathily7013 2 ай бұрын
it was misinformation ,the team manager micheal has clarified all thing about flutter and the bad rumors
@sagarchandrachanda7989
@sagarchandrachanda7989 2 ай бұрын
@@CodeXdev Thank You
@sagarchandrachanda7989
@sagarchandrachanda7989 2 ай бұрын
@@ahmedbathily7013 Thank You
@pessimistic_optimism
@pessimistic_optimism 2 ай бұрын
flutter could be shut by google itself, soon. In last round of layoffs flutter is the team that was affected the most. Google wanted to develop an alternative to react and it failed. now Google wants to pivot it to game development but there is unity and unreal engines which are quite massive. One more issue with flutter is that, it lags in web development as it doesn't have many features like SSE and SEO, which react, vue and svelte excel in. react and svelte can work as cross platform and web development frameworks. this puts flutter in a weird spot. don't waste time on new technologies during this hard times as these technologies might not ground. most of the UI and UX budget is going towards AI. I work at Salesforce and I have first hand knowledge on the industry.
@webprojectsz
@webprojectsz 2 ай бұрын
Dont waste your time on flutter
@nishantbhoj5851
@nishantbhoj5851 Ай бұрын
@webprojectsz why bro? According to uhh what to do
@laikastoq100
@laikastoq100 Ай бұрын
Your video editing skills are awesome man! thanks for creating this wonderful video
Flutter games update  #codex
0:43
CodeX
Рет қаралды 1,3 М.
React Native vs Flutter - Which should you use?
22:31
Simon Grimm
Рет қаралды 22 М.
I'm Excited To see If Kelly Can Meet This Challenge!
00:16
Mini Katana
Рет қаралды 35 МЛН
Harley Quinn's plan for revenge!!!#Harley Quinn #joker
00:49
Harley Quinn with the Joker
Рет қаралды 32 МЛН
Son ❤️ #shorts by Leisi Show
00:41
Leisi Show
Рет қаралды 10 МЛН
Пройди игру и получи 5 чупа-чупсов (2024)
00:49
Екатерина Ковалева
Рет қаралды 3 МЛН
KMP vs. Flutter - Who Will Win The Cross-Platform Battle?
16:19
Philipp Lackner
Рет қаралды 42 М.
Mobile Development: From Concept to Business Success
6:53
UI Libraries Are Dying, Here's Why
13:28
Theo - t3․gg
Рет қаралды 301 М.
Getting started with Serverpod 🚀 and Dart 🎯 on the backend
27:13
Serverpod 🚀
Рет қаралды 2,7 М.
Is it worth learning Flutter in 2024?
10:57
David Serrano
Рет қаралды 14 М.
35 Flutter Tips That Will Change Your Life
10:53
Flutter Mapp
Рет қаралды 300 М.
React Native vs Flutter vs Native - Let's Talk Engines
25:15
Theo - t3․gg
Рет қаралды 131 М.
React Native vs Flutter in 2024 - Make the RIGHT Choice (Difference Explained)
10:31
Daniel Dan | Tech & Data
Рет қаралды 164 М.
Don’t MISS these Features | Flutter Production Tips
5:55
Why am I switching to Flutter in 2024
7:01
Andrei Lupsa
Рет қаралды 64 М.
I'm Excited To see If Kelly Can Meet This Challenge!
00:16
Mini Katana
Рет қаралды 35 МЛН