Flutter Tutorial for Beginners with Dart: Organize your Dart code in the Flutter App PART-3 #1.5

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

Beginners Flutter Tutorial. Learn to organize your code for each screen in a separate dart file. Along the way, also use Function Expression of Dart in Flutter using Fat Arrow, shorthand syntax.

.
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 ----
Рекомендации по теме
Комментарии
Автор

You are the best on YouTube videos for flutter tutorials, I was get confused on how this widgets are used but your tutorial was like magic of understanding, I like the way you explain with illustration, God bless you for your time and I have subscribed to your channel. "You are the king of YouTube Flutter Tutorial".

piusvictor
Автор

For anyone having difficulty creating a package in the newer versions of flutter, I believe this is a solution. Right click on lib > new > click on *Directory* instead of package as he does > name the directory folder what you want. Then right click on the new directory folder that you just made, click on New and open a Dart File from there.
I tried this with my apps and everything seems to be working well! Hope this helps!

savedbygrace.slowedreverb
Автор

Just stumbled across this and seems like a perfect set of videos to go through and learn Flutter with my grade 10 son!

Tenly
Автор

Great tutorial & the best I've seen so far, but it's using Android Studio and I attempt to follow using vscode instead. Very clear & concise to the point. Thanks!!
p/s: Instead of create new package in Android Studio, it's create new folder in vscode.
Instead of ALT+ENTER, it's CTRL + . (dot) in vscode.

also in vscode, the lines get compressed into single lines (closing brackets too) when file is saved. need to turn off "format on save" in vscode and/or Dart extension. goto settings (CTRL +, ) and search "format on save" to disable. Click "modified elsewhere", select "Dart" and also disable.

Wongmc
Автор

After a deep search, I got it man. Thanks make more videos on flutter.

smithjohn
Автор

Best flutter tutorial in YouTube. Thanks for the content :)

vitorbardasson
Автор

I had throughly gained a knowledge about flutter, thank you for ur clear lecture appreciable!

harshiniboopathi
Автор

you are very amazing tutor. Thanks for your videos

PakEntertainmentOffical
Автор

Fantastic tutorial. Really appreciable!

sahilmanhotra
Автор

Is it necessary to organize flutter program?
I dont want to organize . Will this create any problem?

aumobilechamps
Автор

Really helpful tutorial for beginners. Thank you

virendrarathore
Автор

Hi, thanks for the video. I have a question that might seem really basic but I am confused. I need to write some code to create a few objects that I have in a separate class, and I don't know where in the app code I should place this extra code. The objects I need to create are descriptions of objects to draw with CustomPaint and CustomPainter. Where should you place "extra" logic code in the Flutter framework? Any help appreciated :)

nikosroom
Автор

Shortcut keys to all
nice Video and More Helpfull

gauravgupta
Автор

Wowww! In love with your tutorials. 😂😍

prachinainawa
Автор

Very very nice explanation. Thank you very much for making such good video. Kudos

dholakiyaparth
Автор

I don't understand where to use child and home?

adityajha
Автор

Great work! :) You've been helping me building my first project :) first time coding

flavio.portela
Автор

Hi, It seems like creating a package is not the same in the updated version of flutter. I was able to create the new dart file, just not the package. Is it necessary to have a package and how do you create one?

savedbygrace.slowedreverb
Автор

I don't have package option to create app_screens in lib file.what can ido??

sherrinaz
Автор

In this code, I believe "body: FirstScreen()" should in reality be "body: new FirstScreen()", because the "new" keyword is optional, right?

carlosx
visit shbcf.ru