Why develop Android and iOS apps using Flutter? Introduction to Flutter

preview_player
Показать описание

You can develop hybrid mobile apps using Xamarin, Cordova, Ionic and React Native. So, ever thought why Flutter using Dart? How flutter is different and best among all? How Dart plays the key role for Flutter? Let's explore in this video. Also, check what is Just In Time compilation and Ahead of Time compilation in Dart.

.
Please donate and support my work
(If you think my free tutorials are better than paid ones :)

Free Programming courses:

Free Flutter course:

Free Android courses:

More free programming courses:

Check out my website:

Let's get in touch! [Sriyank Siddhartha]

---- Thank you for your love and support ----
Рекомендации по теме
Комментарии
Автор

As Flutter is slowly getting traction and there are not so good shows on it .. your flutter show is going to be top ..coz you are the best. Just make sure to cover all the advance stuff as well eventually.

prakashdalai
Автор

Great Great and Great.... No words for you. I have watched Flutter series. Its amazing. Easy to understood. Great skill to teach.

rohanpatel
Автор

Just for correction purpose:
You had mentioned that dart is statically typed language, but what i see it is a combination of both static and dynamic type. I will prove that for you with theexample below:

Ex:
dynamic a = 10;
a = [1, 2, 3];
print(a);

I knew before dynamic is not even a type but here it tells the system that 'a' can be assigned with any type you have when you put dynamic before it, and in my perspective looks like a combination of both as i said above.

pyiraq
Автор

The tutorial god has returned!! Can't wait for all the videos!

kurtabke
Автор

Whenever you start the series about any subject, you understand it in full detail. This is the specialty of you as a professor is reading. you are gr8 bro. You understand so well that an illiterate person will also become an

JK
Автор

Amazing!
please update this tutorial playlist daily

shaikhaaves
Автор

This video clear all my doubts . Great work

mianarslan
Автор

Your content is awesome and knowledgeable and helpful

alanwalkerfan
Автор

You missed the most important thing that makes flutter different than hybrid frameworks. Xamirin and React Native generate native projects, with native UI elements and containers wich create different overall look between the android and ios versions of your app. On the other hand, flutter generates native code with its own generated UI widgets
which makes the developer confident that the app will look the same on both platforms and will do not need to fine-tune the generated code. people familiar with unity cross-platform game development will understand what I mean since when you make GUI in unity you are confident that it is the same on any platform since in the back-end a small unity engine is handling the UI instead of another engine that ships with the os. In my own opinion, I think flutter should be classified in another category.

RabeeQiblawi
Автор

hello smartherd you are amazing at learning anything please make more video on flutter

harshlathigara
Автор

Thanks for providing the great tutorial.
is that possible to publish app in Appstore without having mac ?

ashishs.
Автор

Wow. Thanks a lot for all your efforts! Your video is just amazing. loved it. you rock sir.
I am new to flutter and no any programming knowledge. will it be easy for me to learn? Thanks.

AzureDevOpsPulse
Автор

Plz sir tell me javafx is not run and no out display in intellij

Error occurred during initialisation of boot layer
: Modul... package name not found

thebestandgood
Автор

Nice video ever, I like the way you teach keep it up

osasiria
Автор

Can I grow my career with flutter?.plz suggest me

nitishkushwaha
Автор

Where can I get the presentation files?

praharshbhatt
Автор

I am getting parameter format not correct error, but the app was working just fine few days back, please help me

vrajdesai
Автор

Why you choose flutter over react native :)?

mojtabashirkhani
Автор

is flutter good choice for 3d games ?!?!

if i don't want to use any game engine

prashanthkumar
Автор

hi sir can u please help me to create packeges in flutter

naukrinotifications