I have been using flutter for the smartphone apps which I have developed since the past 6 months and it's been great to design beautiful UIs in record time!
depends on your need. but i'd say, once I can get use to how flutter works, I don't think I want to code in native anymore. the layouting in flutter is so efficient. never tried react though, but i hate js, so yeah. that is that
If you want to code for an employer then either ask them or search your local job market to see what jobs are being advertised. If you want to code for your self then Flutter will enable you to produce a product for the broadest market in the shortest amount of time.
If you want to program non-react JS, JetBrains Webstorm (free if your a student), and IntelliJ(free community addition) are great options. The interface is very user friendly for beginners and complex for advanced development
My main question is why did they move towards creating layouts in code? Why not XML anymore? It just seems like creating very complex layouts would get messy real quick.
Flutter compiles down to native code, react native embeds js vm and talks to Android via bridge. Also... Flutter tooling is amazing, just give it a try, it's really fun to use.
because react native uses javascript, which is a bad language by nature. coding in js is unproductive in my opinion. it's like walking on thin ice, waiting for it to crack, but u just don't know when. the only reason js thrives is because it's the only option out there to build dynamic websites, and people loves websites, since it's easily portable between desktop and mobile, so they are forced to use js. flutter on the other hand, is not the only way to build cross platform app, but i might say that I love its lightweightness and the way i code the app. i like it more than code in android studio, even post-kotlin era, which is even nicer than java. plus, looking at the fuchsia, i dare to say that flutter is gonna be huge
Moses Karunia you didn't really give me the good and the bad, you just said you don't like JavaScript... Have you even tried es6? React is an extremely small library when minified compiles down to 6 K. JavaScript is an extremely versatile language that runs on servers and databases via node and mongoDB. With react you can just use your IDE of choice... I just want a non bias comparison
dart is like python and somewhat javascript. It's the main reason flutter is what it is today. How long does it take to hot restart your android code? 20 sec?
Hey what he says is more or less in public domain already. My question is whether u can use my android existing code and hot-convert to flutter to create an iPhone ios app 😜
As for flutter itself, it does not look like programming, more like a rambling litany of declarations. But i guess it is what will make it appealing for the php/ruby crowd
To be honest what value does it add doing App with Flutter instead of pure Native? Why this distraction? Web is Web and Mobile is Mobile. Mixing them always brings a mess in the end. Hot reload? May God help you with the Skia memory corruption vulnerabilities!! I am not convinced about the Flutter project because there are too many issues and IMHO it doesn't make sense introducing yet another programming language called Dart. It's like every time there is a problem goolge introduces another language. Why? this is bad company politics. use the languages that are already there and that are solid and proven. not a new one.
Because they needed the Dart lang. because of Hot reload and Hot restart. Its in the Dart VM.. - Thats the reason. - And why do you say web is web? Flutter compile to Native code, so its not a webview?
'beta soyboys' Have never been called that before, thanks for introducing me to a unique, first, experience. Well done! photos.google.com/photo/AF1QipOqOK0Xci1uo-s2bbh4g81AYVaUVYWYkxaOEbSq
Watched this 3 years ago and got me excited to try the framework, now it's my main job which I enjoy every single bit of it!!
Flutter looks really promising, thank you for your contribution to the developer community !
I have been using flutter for the smartphone apps which I have developed since the past 6 months and it's been great to design beautiful UIs in record time!
Flutter... The road to Fuchsia
How much has changed since Google introduced Flutter. But the love for it is growing, ever so fast!
Love And Respect For Him.....from Pakistan... I love the simplicity of flutter...
Welcome to flutter the future of app development
Loving Flutter!
Same flutter is amazing
Love Flutter
@Alana Weaver - For anyone looking to try it out.
da-bootcamp.firebaseapp.com/?course=start_programming_dart
You guys are amazing and the imagination about TensorFlow and Flutter makes me feel like wow!
Flutter sounds promising, I would love to see Ionic Framework adopting it.
Currently in the Grow with Google Scholarship with Udacity so I can ramp up into Flutter and Dart. Really looking forward to using Flutter daily.
what should one use for development?
java/kotlin?
react native?
flutter?
Puneet Kaushik hmm flutter only supports coding in dart for cross platform.
Flutter 🙂
depends on your need. but i'd say, once I can get use to how flutter works, I don't think I want to code in native anymore. the layouting in flutter is so efficient. never tried react though, but i hate js, so yeah. that is that
Moses Karunia if you hated js you'd probably hate dart too. It looks same more or less.
If you want to code for an employer then either ask them or search your local job market to see what jobs are being advertised.
If you want to code for your self then Flutter will enable you to produce a product for the broadest market in the shortest amount of time.
we’re on it. thank you google.
Does it compile to an intermediate language, or down to assembly?
My first loving thing in a whole cs career ! (2 years, new developer!)
What is the best way to program in JavaScript for mobile?
I mean, in terms of the code itself and the UI design - what are the best tools to use?
avi12 actually, there is only one and it’s awesome. React Native, Facebook’s technology. It’s a JavaScript framework.
If you want to program non-react JS, JetBrains Webstorm (free if your a student), and IntelliJ(free community addition) are great options. The interface is very user friendly for beginners and complex for advanced development
My main question is why did they move towards creating layouts in code? Why not XML anymore? It just seems like creating very complex layouts would get messy real quick.
I can understand the performance bonus, but it just seems bad for writing. Just seems like that would be a lot of code.
Not really slow, it's nice composition of widgets and shorter than XML
I didn't find flutter.s 32 bit version.
Anyone who knows. Send me the link please.
Can I make a library, like a cocoapod, framework for iOS or aar or gradle dependency for Android with Flutter?
It's intersting to see battles between these tech giants. You know, ChatGPT vs Bard or Flutter vs React native. We've gone quite far after 100 years
I have looking for this Serge from Spain... But I don’t find.
How stable is this beta? Is is all going vto change like polymer?
Dart is life, Flutter is life.
can u provide that not our Sergey (Spain guy) link?
sergiandreplace.com/
this series died off for a while, revive it it's nice
Thanks! I try to do as many as I can, but priorities sometimes get in the way! :)
Dry Code you have been offline for a while too. Any new videos coming?
Murad hey man, well i started a new job and so did Rakesh, we are really swept! I will not promise but maybe
Dry Code looking forward
nice way to get a sub
Guys im starting flutter, but i found it stranger the way how to create the interface and and layout. What yous think about this? ( Sorry my English)
How much does is similar to python or java script in the syntax
@Eucalypticus it was 2 years ago ha ha
Can someone tell me why I would use this instead of using react native?
Nick Lesseos that's easy, Google >>> Facebook
Flutter compiles down to native code, react native embeds js vm and talks to Android via bridge. Also... Flutter tooling is amazing, just give it a try, it's really fun to use.
because react native uses javascript, which is a bad language by nature. coding in js is unproductive in my opinion. it's like walking on thin ice, waiting for it to crack, but u just don't know when.
the only reason js thrives is because it's the only option out there to build dynamic websites, and people loves websites, since it's easily portable between desktop and mobile, so they are forced to use js.
flutter on the other hand, is not the only way to build cross platform app, but i might say that I love its lightweightness and the way i code the app. i like it more than code in android studio, even post-kotlin era, which is even nicer than java.
plus, looking at the fuchsia, i dare to say that flutter is gonna be huge
gorudonu actually react also compiles down to iso swift and Java
Moses Karunia you didn't really give me the good and the bad, you just said you don't like JavaScript... Have you even tried es6? React is an extremely small library when minified compiles down to 6 K. JavaScript is an extremely versatile language that runs on servers and databases via node and mongoDB. With react you can just use your IDE of choice... I just want a non bias comparison
Any body help me to guide me best flutter course, what I found most presenting demo app not explaining basic components.
Noman Ameer Udacity has course for flutter
Noman Ameer - da-bootcamp.firebaseapp.com/?course=start_programming_dart
You had me up to "dart" :-)
dart is like python and somewhat javascript. It's the main reason flutter is what it is today. How long does it take to hot restart your android code? 20 sec?
@@phanirithvij Nah less than. Flutter is one of the best mobile development sdk right now.
I am bored of using JavaScript. Will definitely try flutter just because it use new language for me dart.
Love flutter super documenation
I want to know more about rendering.
Hey what he says is more or less in public domain already. My question is whether u can use my android existing code and hot-convert to flutter to create an iPhone ios app 😜
nope. they are 2 fundamentally different platforms
Awesome ! ♥
Next goal ...
If only I could use JSX ...😢
As fast as updating Android Studio
Flutter here I come
Flutter, Dart is love!
That's a lot of brains
Great high stakes cash game poker player is well is Erik!!
God created these googlers 😮😮😮
Chadtronic Scan
tyrion lannister's twin
#I'm Flutter
Googler Flutter Encoder...
Give me one reason to use flutter and not Ionic framework?
He kinda looks like Matt Damon
Good news thanks :) dart :) flutter
using dart. lol
10 min of very un-informative information.
why, it informs whoever has not heard of Flutter of what it is, that is the purpose of this video...
Dry Code
Really? So what Fluter IS?
I was able to extract only one sentence directly related to the title.
You must be fun at parties :P
bazoozoo
Gazump
Sounds like react native
Flutter aka Google’s version of React Native
Which is better than react native
Anyone trying to find people who don't know this is a prank!
Flutter is great, but this was pretty cheesy
Flutter is cool, but it's documentation is pain in the ass! :(
Makes me nautious to see yet-another google attempt at shoving dart down our throat... we dont like it... hasn t the message sunk in yet?
As for flutter itself, it does not look like programming, more like a rambling litany of declarations. But i guess it is what will make it appealing for the php/ruby crowd
To be honest what value does it add doing App with Flutter instead of pure Native? Why this distraction? Web is Web and Mobile is Mobile. Mixing them always brings a mess in the end. Hot reload? May God help you with the Skia memory corruption vulnerabilities!! I am not convinced about the Flutter project because there are too many issues and IMHO it doesn't make sense introducing yet another programming language called Dart. It's like every time there is a problem goolge introduces another language. Why? this is bad company politics. use the languages that are already there and that are solid and proven. not a new one.
Because they needed the Dart lang. because of Hot reload and Hot restart. Its in the Dart VM.. - Thats the reason. - And why do you say web is web? Flutter compile to Native code, so its not a webview?
first comments
Give me one reason to use Flutter and NOT REACT NATIVE.
Broosk Hamarash because Google is behind the project, which is also behind Android.
axel9641 not convincing
@@BruskAwat try it yourself and you will see why you should use it :D And flutter runs native... BIG plus.
Flutter will fail just like Dart did
With Oracle winning in the courts, and Fuschia on the horizon, you are 100% wrong.
What does it mean for a technology like Flutter to 'lose' exactly?
Richard Vowles What does Oracle have to do with Flutter?
A discussion between two beta soyboys. Keep inventing new languages because you are to dumb or lazy to fix the old ones.
'beta soyboys'
Have never been called that before, thanks for introducing me to a unique, first, experience. Well done! photos.google.com/photo/AF1QipOqOK0Xci1uo-s2bbh4g81AYVaUVYWYkxaOEbSq
You're welcome!
Romanian junkies, a bunch of twats.