No video

Flutter in 2024: Cross Platform Tool You Must Learn!

  Рет қаралды 8,533

CodeX

CodeX

Күн бұрын

In this video, I dive into why Flutter is the must-learn cross-platform development tool in 2024. Whether you're developing for Android, iOS, the web, or even game development, Flutter has you covered. I'll walk you through the latest features, benefits, and why it's a game-changer for developers.
What you'll learn:
The latest updates and features in Flutter 2024
How Flutter supports cross-platform development
Real-world examples of Flutter in action
Tips for getting started with Flutter
If you're a developer looking to expand your skills and take advantage of the latest tools, this video is for you!
Chapters:
0:00 - Introduction
0:58 - Dart Language
2:45 - Mobile Development
4:45 - Web Development
6:00 - Desktop Applications
6:40 - Game Development
8:20 - Summary
9:08 - Flutter market
Don't forget to like, comment, and subscribe for more tech content!
If you like my work
Support Me on Ko-Fi : ko-fi.com/afzalali15
Gears ========
Camera 📸 || Canon 250D : amzn.to/34isdKr
Mic 🎤 || Maono AU-04 : amzn.to/341g9wS
#CodeX
Connect with me on social media:
FB: / codexdevs
Twitter: / afzalali_dev
LinkedIn: / afzalali15
Discord: / discord

Пікірлер: 59
@Keshav-zc1rf
@Keshav-zc1rf Ай бұрын
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.
@charlesifoegbu
@charlesifoegbu Ай бұрын
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 Ай бұрын
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
@Mhmd_SHA
@Mhmd_SHA Ай бұрын
Thanks For All the Insights🤓
@avisioncreator9517
@avisioncreator9517 Ай бұрын
thanks for this video as i was in between to make final decision of where to start codding.thanks
@Omarhi51llarious4tsxdl1l
@Omarhi51llarious4tsxdl1l Ай бұрын
Stop searching, Start Learning❤
@anubratsahoo447
@anubratsahoo447 Ай бұрын
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.
@TahiruAgbanwa
@TahiruAgbanwa Ай бұрын
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 Ай бұрын
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
@h3w45
@h3w45 Ай бұрын
Flutter is the future
@Aali.258
@Aali.258 Ай бұрын
Game development seems an interesting topic to explore with flutter.
@CodeXdev
@CodeXdev Ай бұрын
Indeed it is, tutorials on the way!
@bennguyen1313
@bennguyen1313 Ай бұрын
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 Ай бұрын
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
@babrygaledou6661
@babrygaledou6661 Ай бұрын
Yeah , that's it
@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 Ай бұрын
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 Ай бұрын
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
@zg0ul2
@zg0ul2 Ай бұрын
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 Ай бұрын
Yes, a product demo page, portfolio, product showcase is good fit for flutter!
@Mempler
@Mempler Ай бұрын
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
@studentoftezpuruniversitym564
@studentoftezpuruniversitym564 Ай бұрын
please make basics game using flutter
@CodeXdev
@CodeXdev Ай бұрын
Sure! New video on Game Dev is coming up soon
@babrygaledou6661
@babrygaledou6661 Ай бұрын
I want to learn how to use get from scratch !
@CodeXdev
@CodeXdev Ай бұрын
I have multiple tutorials on GetX, but all are on different topics and not sequential guide.
@babrygaledou6661
@babrygaledou6661 Ай бұрын
@@CodeXdev perhaps I can learn from them bring links🔗
@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
@laikastoq100
@laikastoq100 Ай бұрын
Your video editing skills are awesome man! thanks for creating this wonderful video
@akashkumardas6521
@akashkumardas6521 Ай бұрын
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 Ай бұрын
kzbin.info/www/bejne/mqvSmGlqerN-fZIsi=sbuWBuWPqp83GcZF
@akashkumardas6521
@akashkumardas6521 Ай бұрын
Why kmp is better the real comparison not one sided
@ahmedbathily7013
@ahmedbathily7013 Ай бұрын
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.
@imdebu
@imdebu Ай бұрын
Sir why don't you bring a flutter course?
@CodeXdev
@CodeXdev Ай бұрын
I would love to.. I am thinking there are already so many courses, should I crest my own way or not 🫣
@imdebu
@imdebu Ай бұрын
@@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.
@richardappow6770
@richardappow6770 Ай бұрын
give links to games showcased in your prresentation
@CodeXdev
@CodeXdev Ай бұрын
Games shown in this video are Flutter Gaming Challenge Winners, search for it, you may find source code as well.
@pessimistic_optimism
@pessimistic_optimism Ай бұрын
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.
@sagarchandrachanda7989
@sagarchandrachanda7989 Ай бұрын
Is google going to shut down flutter in near future? I heard some rumors please clarify this
@CodeXdev
@CodeXdev Ай бұрын
I don’t think so, In my last video I have explained why Flutter doesn’t seem to shut any soon..
@ahmedbathily7013
@ahmedbathily7013 Ай бұрын
it was misinformation ,the team manager micheal has clarified all thing about flutter and the bad rumors
@sagarchandrachanda7989
@sagarchandrachanda7989 Ай бұрын
@@CodeXdev Thank You
@sagarchandrachanda7989
@sagarchandrachanda7989 Ай бұрын
@@ahmedbathily7013 Thank You
@pessimistic_optimism
@pessimistic_optimism Ай бұрын
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 Ай бұрын
Dont waste your time on flutter
@nishantbhoj5851
@nishantbhoj5851 Ай бұрын
@webprojectsz why bro? According to uhh what to do
KMP vs. Flutter - Who Will Win The Cross-Platform Battle?
16:19
Philipp Lackner
Рет қаралды 39 М.
Learn to use Isolates in Flutter | Simplified
10:28
CodeX
Рет қаралды 23 М.
What it feels like cleaning up after a toddler.
00:40
Daniel LaBelle
Рет қаралды 87 МЛН
Каха заблудился в горах
00:57
К-Media
Рет қаралды 9 МЛН
React Native vs Flutter in 2024 - Make the RIGHT Choice (Difference Explained)
10:31
Daniel Dan | Tech & Data
Рет қаралды 159 М.
UI Libraries Are Dying, Here's Why
13:28
Theo - t3․gg
Рет қаралды 289 М.
Mobile Development: From Concept to Business Success
6:53
From React to React Native in 12 Minutes
12:33
Simon Grimm
Рет қаралды 10 М.
No Code App Development is a Trap
9:31
Coding with Dee
Рет қаралды 184 М.
Watch me give a Flutter Mock Interview!
13:08
Akshit Madan
Рет қаралды 4,8 М.
Is it worth learning Flutter in 2024?
10:57
David Serrano
Рет қаралды 14 М.
Has Generative AI Already Peaked? - Computerphile
12:48
Computerphile
Рет қаралды 915 М.
Moving Off React Native
20:50
Theo - t3․gg
Рет қаралды 184 М.
What it feels like cleaning up after a toddler.
00:40
Daniel LaBelle
Рет қаралды 87 МЛН