The Best & Most Complete Dart Course - Visualize, Learn and Practice all Dart Language Concepts!

  Рет қаралды 317,864

Flutterly

3 жыл бұрын

Hi there!
Full Flowchart with course content --- whimsical.com/dart-from-novice-to-expert-Mtr9eWXDMtmZFY7bwbzjqY
Source code --- github.com/TheWCKD/Dart-from-Novice-To-Expert
Welcome to the most updated Dart Complete Course in 2021! By following this course from start to finish, no matter what level you're on, I can guarantee you will certainly become a Dart Expert Developer.
All animations were done in VideoScribe --- www.awin1.com/cread.php?awinmid=8913&awinaffid=941643
You can contact me directly here:
Join my Discord Server --- discord.com/invite/ahzkuHUMkz
Twitter --- letsgetwckd
Instagram --- letsgetwckd
Also, if you want to support me furthermore you can become an KZbin Member, donate or buy my courses on Udemy, using the following links:
Buy me a Ko-fi & Become a member! --- ko-fi.com/letsgetwckd
Become an Official KZbin Member! ---- kzbin.infojoin
Buy my Udemy Courses! ---- www.udemy.com/user/tiberiu-potec/
Support me on Revolut! ---- revolut.me/letsgetwckd
Donate me on Paypal! --- www.paypal.me/letsgetwckd
Support me on Patreon! --- www.patreon.com/wckdyt
Timestamps:
00:00 - (0) Introduction to this course
00:22 - (0.1) Why you need to learn Dart prior to Flutter?
01:15 - (0.2) This course is full of unique features
02:34 - (1) Short introduction of all particularities of Dart Language
03:37 - (1.1) What is Dart?
05:45 - (1.2) Type Safety
07:20 - (1.3) Soundness
09:19 - (1.4) Type inference & dynamic vs var
13:05 - (1.5) Null Safety
13:55 - (1.6) Dart Compilers
19:39 - (2) Installing the Dart SDK on multiple platforms
20:00 - (2.1) Introduction to Dart SDK
25:15 - (2.2) Windows Installation
27:00 - (2.3) Linux Installation
27:57 - (2.4) Apple Installation
30:53 - (3) The structure of a Dart Project (multiple templates)
32:24 - (3.1) Introduction to Dart CLI
34:30 - (3.2) First Dart Project
40:40 - (3.3) Dart Observatory & Dev Tools
42:00 - (4) Components of a Dart Project
42:46 - (4.1) Dart Package Folder & File Structure
43:44 - (4.2) Dart Packages
49:45 - (4.3) Dart Libraries
51:24 - (4.4) Dart Linting
53:47 - (4.5) Dart Tests
56:00 - (5) JIT & AOT Compilers Explained
59:40 - (5.1) Dart VM
01:02:00 - (5.2) Running from source using JIT Compiler
01:06:00 - (5.3) Running from source using AOT Compiler
01:07:03 - (5.4) JIT vs AOT
01:10:00 - (6) Kernel, JIT & AOT Snapshots
01:11:00 - (6.1) What is a dart snapshot?
01:12:00 - (6.2) Running from kernel snapshot
01:12:57 - (6.3) Running from jit-snapshot
01:14:00 - (6.4) Running from aot-snapshot
01:17:00 - (7) Everything about Dart Packages
01:21:50 - (7.1) All kinds of dependencies (Immediate, transitive, regular, dev)
01:25:00 - (7.2) All kinds of packages (hosted, git, path, sdk)
01:36:00 - (8) Effective Dart & Analysis Options File
01:40:00 - (8.1) Analysis_options.yaml file + lint rules
01:42:46 - (9) Sound Null Safety Explained
02:10:00 - (10) Dart Variables
02:16:28 - (10.1) Top level, static, instance, local
02:32:20 - (10.2) var vs dynamic vs const vs final
02:41:00 - (11) Built-in Types
02:45:20 - (11.1) Numbers
02:52:00 - (11.2) Strings
02:56:00 - (11.3) Booleans
02:58:00 - (11.4) Lists
03:11:00 - (11.5) Sets
03:14:50 - (11.6) Maps
03:17:48 - (11.7) Runes
03:20:00 - (12) Dart Functions Explained
03:26:48 - (12.1) Anonymous functions (closures, lambdas)
03:30:51 - (12.2) Function parameters (positional, named)
03:40:00 - (13) Dart Operators Explained
03:44:45 - (13.1) Arithmetic operators
03:47:34 - (13.2) Equality & relational operators
03:51:37 - (13.3) Type test operators (as, is, is!)
03:54:16 - (13.4) Assignment operators
04:00:00 - (14) Dart Control Flow Statements Explained
04:01:04 - (14.1) Debugging a Dart Program
04:02:50 - (14.2) if/else
04:04:35 - (14.3) for loop
04:06:23 - (14.4) while/do while
04:07:20 - (14.5) break/continue
04:09:35 - (14.6) switch case
04:16:55 - (14.7) exceptions
04:23:00 - (15) Dart Classes I
04:25:56 - (15.1) Inheritance intro
04:28:11 - (15.2) Instance variables & methods
04:35:15 - (15.3) Constructors
04:54:13 - (15.4) Singleton, Operators, Static
04:59:00 - (16) Dart Classes II
05:01:03 - (16.1) Inheritance
05:05:43 - (16.2) Polymorphism
05:09:53 - (16.3) Abstraction, classes, methods, interfaces
05:18:03 - (16.4) Mixins
05:28:33 - (16.5) Extension methods
05:30:00 - (17) Dart Generics Explained
05:57:00 - (18) Dart Libraries & Private Fields
06:20:00 - (19) Dart Testing Explained
06:41:00 - (20) Dart Isolates Explained (Sync & Async Chapter)
06:50:11 - (20.1) Dart Isolate Structure, Event Queue, Event Loop, Single Thread, Memory
06:57:50 - (20.2) Parallelism
06:59:00 - (20.3) Isolate Groups
07:00:41 - (20.4) Microtask queue
07:05:00 - (21) Dart Synchronous Workflows
07:09:01 - (21.1) Iterables and Lists
07:20:00 - (22) Dart Asynchronous Workflows
07:22:51 - (22.1) Futures in-depth
07:50:31 - (22.2) Streams in-depth

Пікірлер: 472
@Flutterly
@Flutterly 3 жыл бұрын
My Complete Dart Course is now live on Udemy! Go get it while it's hot! It's a steal for the amount of work I put in. www.udemy.com/course/dart-from-novice-to-expert/?referralCode=EC9CB6CC14FFA62C901B
@Dpksh22
@Dpksh22 3 жыл бұрын
Let me make money then I 'll buy 😁
@msharibahmed
@msharibahmed 3 жыл бұрын
Absolutely!! I loved your content, Sir. Must for Flutter devs
@joaovitordutra9365
@joaovitordutra9365 3 жыл бұрын
Excuse me sir, but what is the difference between the paid course and this course that you posted for free for youtube?
@JKholmatov
@JKholmatov 2 жыл бұрын
@@joaovitordutra9365 +++
@mazenalsakkaf
@mazenalsakkaf 2 жыл бұрын
I have just bought the course in Udemy..definitely, it is a must-have for any serious Flutter developer..thanks again for your efforts and I hope to keep it updated especially an update on Isolators improvement as introduced in Dart 1.15 😊😊
@MustafaAliraqii
@MustafaAliraqii 3 жыл бұрын
I've just finished 8 hours of learning this material, and I can only imagine how much effort you put to make such an outstanding course. Man! That's a great one. Congrats, and I'm certainly going to buy one of your courses in the near future.
@bobby9568
@bobby9568 3 жыл бұрын
Hands down, literally, the best course on the web! 5 stars rating!
@Flutterly
@Flutterly 3 жыл бұрын
Thanks, man, I really appreciate it!
@amandashafack7083
@amandashafack7083 2 жыл бұрын
I couldn't agree more 💯 Much respect for this incredible content and teaching style 🙌 🙌
@joaovitordutra9365
@joaovitordutra9365 3 жыл бұрын
I literally watched 10 minutes of your course and bought the udemy one to support your future ones. Your drawings and animations make everything SO MUCH EASIER to understand. A+++ Grade! You just became the #1 flutter and dart reference for me! Thank you so much!
@Rey-qt4kl
@Rey-qt4kl Жыл бұрын
Is there any difference bout the content between this youtube and his udemy course?
@abirpaul9027
@abirpaul9027 10 ай бұрын
If u r thinking whether to go for this video or not . I am saying yes this channel + dart documentation will give a more broader view than other youtube channels.Infact this is the best video on dart upto now.
@classicalfandom8219
@classicalfandom8219 2 жыл бұрын
just completed the course. I have no words to express my gratitude towards you for your hard work. Thank you.
@thearmanhanda
@thearmanhanda 3 жыл бұрын
You have put in so much effort to make this course and teach us this amazing content and all for free. Thank you so much brother and God bless you!
@Flutterly
@Flutterly 3 жыл бұрын
Thank you for the amazing feedback! ✨
@zwelinux9861
@zwelinux9861 2 жыл бұрын
I can't deny this tutorial is way too much understandable and easier than official doc. Thank You So Much. Appreciate your course.
@taimoorghafar1868
@taimoorghafar1868 3 жыл бұрын
I know Dart....but still there are many topics new for me... Especially how dart compiler and AOT/JIT compilation works.... Thanks alot
@Flutterly
@Flutterly 3 жыл бұрын
Great to hear that! This is why I created this course in the first place!
@a-zlearning6259
@a-zlearning6259 3 ай бұрын
You mentioned that a common mistake is trying to learn the the Flutter framework without first mastering Dart. I share this belief and, as a programmer with four years of experience, I prioritize understanding the entire programming language before delving into related topics, such as learning Java or Kotlin before Android development. While following a five-hour course on Flutter and Dart, the instructor indicated he would teach Dart alongside Flutter, which prompted me to seek out a separate video to learn Dart independently.
@jbojos112
@jbojos112 2 ай бұрын
Hi I'm a grade 12 ABM student. Our research is to make an app that would be beneficial to this strand. I'm asking you this because you have 4 years experience of programming. My question is this 8 hours video of dart course is worth it to make it easier for me to learn flutter? If not then can you please suggest a KZbin video about dart language full course from the scratch. Thank you so much in advance.
@a-zlearning6259
@a-zlearning6259 2 ай бұрын
@@jbojos112 Hello, Thank you for reaching out. This course is excellent but quite detailed and lengthy. While understanding the details is important, those experienced in programming (e.g., in Python or Java) may prefer a faster introduction to a new language, focusing on core concepts and syntax rather than basic programming principles. I recommend this one-hour-and-twenty-minute video for a quick crash course: kzbin.info/www/bejne/gIvYnJmuq8hqg8U. It covers the essentials, from basics to classes and object creation, making it ideal for someone familiar with coding who needs to get up to speed quickly. I found it very helpful to start Flutter. That said, I still appreciate the detailed nature of this course and am watching it gradually because of the in-depth explanations and visual aids. If you are looking for a more comprehensive course, Giraffe Academy offers a four-hour video: kzbin.info/www/bejne/a6nPh4NmaZ5ja9k. I haven’t watched this one, but based on my experience learning Python from the same channel, it’s likely a solid choice. Plus, it concludes with a small project-building a math quiz. Please don't worry about the release date of the videos. Even if some videos are two or three years old, programming languages don't change that fast. While some concepts might evolve, you'll figure them out along the way, but the solid foundation of the language remains consistent. I've noticed that people often skip valuable courses that are 3 or 4 years old, searching for newer ones that might not have the same quality or teaching effectiveness. Focus on the quality of the content and the instructor's ability to explain, rather than the age of the video. I hope this helps!
@tornikegogberashvili3131
@tornikegogberashvili3131 3 жыл бұрын
Super course! Anybody who wants to get start or get better in Dart/Flutter this course is a MUST! ❤👌
@Flutterly
@Flutterly 3 жыл бұрын
Thank you, brother, I really appreciate!
@valdecircorrea4216
@valdecircorrea4216 2 жыл бұрын
I and a lot of people learn much better by watching animated videos like the ones you make. Thank you very much for helping us to understand BloC in a concrete way. Congrats from Brazil 🇧🇷❤️
@rexduvall7097
@rexduvall7097 2 жыл бұрын
I'm 40 mins in and learned so much about the Linux terminal and VScode and dart! Can't wait to finish up this course and start on a tutorial project and progress on to flutter!
@lakshaymeena0000
@lakshaymeena0000 2 жыл бұрын
If someone wants to learn dart from this video then this video is the best and if someone who do not have prior knowledge about any computer language then that person should watch the video from 02:10:00 - (10) Dart Variables till the end after that watch the left portion and I suggest to watch this vide again and again till you get the whole concept and revise in dart official documentation.
@pulse5863
@pulse5863 2 жыл бұрын
Genuinely amazed at the way he elucidated such difficult topics at his smooth pace
@user-tt4bg1mn1j
@user-tt4bg1mn1j 3 жыл бұрын
Please do not delete it. This is absolutely a treasure for us beginners
@meow710
@meow710 3 жыл бұрын
Such big act you did for the humanity. Giving a complete invaluable dart education for the people who may unable to afford the paid one. I will not skip any ads on your videos if that helps. I know it’s not much but this is the best I can do for now.
@Flutterly
@Flutterly 3 жыл бұрын
Thank you so much, man! ✨
@nahomd9797
@nahomd9797 2 жыл бұрын
I've already watched 5 hours of this content and It's amazing how you explain the core concepts with examples.........hands down the best PL Course on KZbin, even paid course wont come close
@sudhanshupandey1220
@sudhanshupandey1220 2 жыл бұрын
The more I thank you the lesser it seems, you've removed a big obstacle in my journey to android app development with flutter, thanks man.
@SimpleProgrammer0
@SimpleProgrammer0 2 жыл бұрын
Ohh god where you are why this men is underrated on KZbin 😣😣 the incredible video teaching style ❤️❤️ thanks buddy
@iabhishekpatil4415
@iabhishekpatil4415 3 жыл бұрын
Video title is not for the clickbat, the course is really the most complete and the best. We need more videos from you....
@Flutterly
@Flutterly 3 жыл бұрын
Haha, thank you, I really appreciate it!
@Machiuka
@Machiuka 3 жыл бұрын
The best Dart tutorial EVER. It helps me to fill a lot of my gaps, to understand basic to advanced concepts of this powerful language. You're the best. Multumesc mult Tibi. Am parcurs tot tutorialul cu VS in fata lucrand pas cu pas ceea ce ai prezentat tu.
@Flutterly
@Flutterly 3 жыл бұрын
Mulțumesc mult! 👍 👍 Ma bucur ca am putut sa ajut!
@ИгорьХовяков-п8ъ
@ИгорьХовяков-п8ъ 3 жыл бұрын
Your lessons are amazing. The approach to presenting information is different from others channels. It's much better and very descriptive. Thank you very much!
@Flutterly
@Flutterly 3 жыл бұрын
Thank you so much for your kind words and feedback! ✨ 🥂
@azerioauditore511
@azerioauditore511 3 жыл бұрын
I followed both BLOC and now started watching this series with focus on class to get more clarity. You are awesome. Hope to get more tutorials from you. Teaching with animation is really very innovative and awesome. Loved your teaching method. Thanks for all d efforts
@Flutterly
@Flutterly 3 жыл бұрын
Thank you so much for your feedback! ✨ 🥂 I really appreciate it!
@techdailyafrica
@techdailyafrica 3 жыл бұрын
Awesome. Been following your series. You're an amazing teacher.
@Flutterly
@Flutterly 3 жыл бұрын
Awesome, thank you! I am really glad you like them!
@barconsolution7257
@barconsolution7257 2 жыл бұрын
I'm just beginning the video .. i'm very impressed by the way you teach making it simple.... in addition the technic which you use to install dart in power shell is remarkable ... instead i used to install it manually editing the "environmental variables" be blessed brother ... i subscribed and i will continue learning... i will tell what i will get after i finish it....
@jeangauvin3214
@jeangauvin3214 3 жыл бұрын
The effort you made is huuuuuuge ❤️❤️❤️ I am supposing that you are the kind of Flutter developers that have such great coding practice 😂 can't wait to see you coding a project 😆😆 it will be a slap on our face
@Flutterly
@Flutterly 3 жыл бұрын
Thank you so much 😀 Indeed, more amazing coding tutorials will come and I'm sure everyone will love them!
@Wild_Nature_1-x2l
@Wild_Nature_1-x2l 2 ай бұрын
If I could give this course more than 1 like I would ,such a very well made course. Thank you Sir.
@AshifMujtoba_dEmo
@AshifMujtoba_dEmo 3 жыл бұрын
This is obviously best tutorial to learn Dart properley. So much effort given by wckd. Hats off
@techxiting139
@techxiting139 9 ай бұрын
I have learnt just 10 minutes now, but I am enjoying your animative lectures with nice explanations!
@firelight22
@firelight22 2 жыл бұрын
Thank you. That's the most complete course I saw on Dart. It helped me to understand a lot more about what we can or can't use in Flutter.
@epi_sto_letes
@epi_sto_letes 2 жыл бұрын
This an amazing, comprehensive, useful, easy-to-understand, easy-to-follow contribution to the Dart community! Kudos!
@qazqwe5419
@qazqwe5419 3 жыл бұрын
So there are still some KZbin videos with great title as well as with great content inside.
@Flutterly
@Flutterly 3 жыл бұрын
Haha, yeah, very few, but they do exist 😂
@matheo4934
@matheo4934 3 жыл бұрын
thanks OP. i'm self learning Flutter for about 2 weeks. i find this very useful. god bless you kind sir..
@Flutterly
@Flutterly 3 жыл бұрын
Glad to hear that!
@yasharote1602
@yasharote1602 3 жыл бұрын
Hey bro what is your source of learning , please recommend me a course
@karthikmohan79
@karthikmohan79 3 жыл бұрын
Creating videos with effort is kinda holiness. I bow.
@Flutterly
@Flutterly 3 жыл бұрын
Thank you so much, man! I highly appreciate it!
@zoro9878
@zoro9878 2 жыл бұрын
This course is too good! Thank you so much for giving us such a high quality Course for free, you're such a blessing . You've just gotten a new subscriber :)
@prashantnemade6774
@prashantnemade6774 2 жыл бұрын
To date no video has that deep explanation about dart, I have gone through a lot of the videos on youtube but this one is really great.
@jasnamitrovic1650
@jasnamitrovic1650 3 жыл бұрын
woooow! Another amazing content! Keep going we highly appreciate everything that you do!
@Flutterly
@Flutterly 3 жыл бұрын
Thank you so much! ✨ 🥂
@cnyegun
@cnyegun Жыл бұрын
this. is. pure. gold.
@TechnoDB
@TechnoDB 3 жыл бұрын
The best Dart course. Highly appreciated.
@Flutterly
@Flutterly 3 жыл бұрын
Thank you so much! ✨
@aaklii
@aaklii 3 жыл бұрын
This course should become the biggest hit dart course..🎯
@Flutterly
@Flutterly 3 жыл бұрын
Thank you, may KZbin hear you haha
@khanisrarahmedalihusain
@khanisrarahmedalihusain 3 жыл бұрын
Awesome work 👍. Thanks. To be honest, I have watched lots of dart video in last few years, but from my Experience I can say that, this is the only video a flutter developer must watch and it is enough. Thanks from bottom of my heart 💓 for making such a nice tutorial.
@Flutterly
@Flutterly 3 жыл бұрын
Thank you! 🌟
@abdulhadeahmad9022
@abdulhadeahmad9022 2 жыл бұрын
Google should use this course as a promotion video for how dart can be easy and understandable!
@krishnamusalimadugu4734
@krishnamusalimadugu4734 Жыл бұрын
Thanks a lot for making it available for free . It took me 4days to finish the course and I can say this is the best dart tutorial ever made. The animations and the way you explain are very easy to understand
@celalaslan9896
@celalaslan9896 3 жыл бұрын
There is no unnecessary even a word. Highly intensive and conscious. Many thanks for this course is free. By the way how can you prepare this awesome lessons?
@SabedoriaUniversal777
@SabedoriaUniversal777 2 жыл бұрын
this video has only 53k views. You definitely deserves much more attention. congratulations for the great series. I learned a lot
@Sop7anaAllah
@Sop7anaAllah 2 ай бұрын
Waiting for your come back bro Your tutorials are in another level.
@manishmazumdar3056
@manishmazumdar3056 Жыл бұрын
Thankyou Sir, only because of this I felt like learning dart very indepth, definately getting a better overview of programming after this.
@AhmedKhaled-fk2zc
@AhmedKhaled-fk2zc 3 жыл бұрын
This is underrated, i just started one hour ago and i'm already learning! definitely worth Sub and like ! Thanks sir and i hope to see more from you.
@srhenalsr
@srhenalsr 2 жыл бұрын
I am still doing this course, I try to dedicate at least 30 minutes each day. However, I can already say that this course is a perfect compilation of the dart knowledge you would expect (and more) from a course like this. I appreciate this course, thank you!
@IvanSedov-i7f
@IvanSedov-i7f 2 жыл бұрын
thank you, this is a great course. I take my hat off to all the work you did to animate the lectures. material is surprisingly accessible, understandable and necessary. thank you very much, good luck and success!
@salihcanbinboga
@salihcanbinboga 3 жыл бұрын
OH MY GOD! 😲 This is a great video! You have excellent expressive ability and perfectionism. 😄
@Flutterly
@Flutterly 3 жыл бұрын
Thank you so much, I really appreciate it!
@juniorMr
@juniorMr 2 жыл бұрын
I highly recommend this course , I just finished and i can say it's amazing
@FaisalAhamedbd
@FaisalAhamedbd 3 жыл бұрын
Best Dart tutorial as far I saw. Please make a tutorial of flutter like this. Not a project-based tutorial: like others do.
@Flutterly
@Flutterly 3 жыл бұрын
I will
@FaisalAhamedbd
@FaisalAhamedbd 3 жыл бұрын
@@Flutterly waiting for it
@swaggytho7705
@swaggytho7705 5 ай бұрын
The sound and video quality also the material. Youre best!
@atlaskaiser9951
@atlaskaiser9951 2 жыл бұрын
Absolutly beautiful course, very smart in design, starting with the core concepts and building up on it, really good job!
@michaelappiah-kubi2829
@michaelappiah-kubi2829 2 жыл бұрын
You're amazing bro, just saw your tweet. Wishing you the best in your next phase in life. If here or anywhere else.
@lomash_irl
@lomash_irl Жыл бұрын
The concept at 3:08:30 is really good. Once you focus and understand it, you can see how the logic simply works. You will also realize how the datatype hierarchy plays a very important role here. Thank you for such awesome explanation!
@Joeology97
@Joeology97 2 жыл бұрын
You are my savior. Thank you so much for the effort you made! Everything is explained in very fine detail. Could not have asked for a better course on Dart. Hopefully we can see some more of your teaching style in Flutter where you take everything step by step and clarify it. Thank you so much once again!
@art4thesoul
@art4thesoul Жыл бұрын
So far best info on YT for beginners. Side note, SOUND system prob comes from the idea of "safe and sound".
@wawrzyn3059
@wawrzyn3059 3 жыл бұрын
AMAZING!!!!!!!!! Mate, you put so much effort to create your videos, the way you have been learning others is great (based on some psychological learning technics ? :P), you are my first yt channel. Iam really apriciated! You do awesome job, just keep going! :)
@Flutterly
@Flutterly 3 жыл бұрын
Thank you so much, Marcin! I really appreciate your feedback! Stay tuned, more awesome content will come!
@RavimalKumaranayake
@RavimalKumaranayake 2 жыл бұрын
This course is great. Highly appropriate for sharing this content and your effort. Best course ever !!
@thongtech1984
@thongtech1984 3 жыл бұрын
You r the Star, I am so grateful that I found your Channel in here. Please keep your awesome work
@codentechie47
@codentechie47 3 жыл бұрын
Awesome course bro . Thanks for this wonderful course . It's by far the best dart course in KZbin . Keep going. Thanks for it.
@Flutterly
@Flutterly 3 жыл бұрын
Thank you!
@iyannazarian866
@iyannazarian866 3 жыл бұрын
tHANK YOU SO MUCH FOR ALL THE WORK MY MAN HOLY SHIT IT'S EXACTLY AS YOU SAID "you can't advance in dart because your knowledge in dart is limited" waw that was so true and excatly the reason i am watching this!! i'm gonna mention this video to all my peers! thanks!!!!
@egyleader
@egyleader 3 жыл бұрын
Thanks man you made a fantastic job explaining dart advanced topics !
@Flutterly
@Flutterly 3 жыл бұрын
Thank you so much!
@kahanx10
@kahanx10 2 жыл бұрын
Thank you WCKD for making me a Dart expert.
@linjianru
@linjianru 2 жыл бұрын
This is the BEST dart language tutorial I have ever seen. Thank you very much!
@linjianru
@linjianru 2 жыл бұрын
I have watched the video for about 3 hours. I think this video is very helpful for someone who have other programming language background. It provided a quick way to show you what is inside dart. However if you are just programming beginer for example you don't really understand the object oriented programming or the type system this video could be a bit hard for you.
@linjianru
@linjianru 2 жыл бұрын
yeah, I have finished all the 8 hours course. It's great. I love this course!
@dq9342
@dq9342 2 жыл бұрын
seriously most logical way of teaching - loving it!
@jemalsabirowa4040
@jemalsabirowa4040 2 жыл бұрын
It was really perfect . Especially explanation with picture . I think everyone understands it because video is very effectively
@NachoKoeln
@NachoKoeln 3 жыл бұрын
Amazing work! You are giving flutter a huge boost with this, Google should reward you!
@Flutterly
@Flutterly 3 жыл бұрын
Thank you so much, I hope at least someone from the Dart dev team will see this course
@NachoKoeln
@NachoKoeln 3 жыл бұрын
@@Flutterly Well they should - the devs from the flutter boring show are around here, maybe you could give them a heads-up. 😉
@Flutterly
@Flutterly 3 жыл бұрын
Well, hi, everyone from the Dart/Flutter team, hope you like my course! 😂
@Yasaal
@Yasaal 3 жыл бұрын
Im speechless- thank you so muchhhh Love from Pakistan 🇵🇰❤️
@kernel837
@kernel837 2 жыл бұрын
I have not watched this video has yet but from the comment I can tell it is going to be awesome, so I just want to say thank you very much teacher and God bless you, and when ever I plan my first job developing apps I will definitely reward you
@thamsanqagumede1562
@thamsanqagumede1562 2 жыл бұрын
Best tutorial you'll ever find on dart 🙌
@VolantesAdHollander
@VolantesAdHollander 2 жыл бұрын
Thanks you very much for sharing that course! Its just what I was looking for to learn dart before the framework itself. In near future im looking to buy it in udemy to support the great work!
@ithelightr3020
@ithelightr3020 3 ай бұрын
This is crazy good in 2024 thanks a mil!
@anirudhnayak7879
@anirudhnayak7879 2 жыл бұрын
Thanks a ton for creating this wonderful course, just now finished it.
@Sop7anaAllah
@Sop7anaAllah 2 жыл бұрын
Amazing video, thank you. One advice , if you increased font size in VSC it will be better than zooming in video editing and will save you a lot of time.
@angelsureshkarki
@angelsureshkarki 2 жыл бұрын
Pleaase upload a video on flutter..I am currently watching ur video on dart and learning all the fundamentals..your good man..thank you !!! but please give us a flutter course like this.
@eduardojasso4506
@eduardojasso4506 Ай бұрын
You did´t explain before what a bottom type is, there are issues on the explanation concepts order
@ravshan349
@ravshan349 2 жыл бұрын
best lesson in dart thanks!
@cap6op
@cap6op 2 жыл бұрын
Hi there. Only started watching this tutorial, but i already love the way you explain, these animations are great. Hope i can finish watching it some day!)
@nithinraj07
@nithinraj07 3 жыл бұрын
amazing course my friend. looking forward for the upcoming Flutter course like you promised months back :p
@Flutterly
@Flutterly 3 жыл бұрын
Sure thing! ✨
@eyeleon
@eyeleon 2 жыл бұрын
I just love this channel! Absolutely amazing and immensely helpful! 💫
@hammasali6884
@hammasali6884 3 жыл бұрын
Thanks bro I was waiting that when you complete this course and compile it in one video so that i can watch thanks for this work.
@Flutterly
@Flutterly 3 жыл бұрын
It's my pleasure, brother, thanks!
@lloykings3391
@lloykings3391 2 жыл бұрын
Well, i must admit this course is so brilliant and incredibly unique. This is a kind of teaching that any serious "wanna be" programmer has to learn through. i must also recommend the effort made to produce this kind of video. However, i propose that when demonstrating the coding part, instead of going with the same style add a bit of interactivity so that we can easily follow through the coding steps. Otherwise its a five star for me.
@rdveeramanikandan9927
@rdveeramanikandan9927 3 жыл бұрын
Best course for beginners dart developers, thanks for your efforts❤️
@anandbaraik5010
@anandbaraik5010 2 жыл бұрын
Thanks a lot man. This course is super awesome. Please bring flutter course bas well for newbies like this dart course. ✌️
@codewise8154
@codewise8154 2 жыл бұрын
Best tutorial on dart ever. Waiting for flutter.
@solomon5050
@solomon5050 2 жыл бұрын
SUPER!!! MY LONG TIME AWAITED VIDEO. THANKS
@technoSanky
@technoSanky 2 жыл бұрын
Absolutely straight to the point. Liked the course. Thank you.
@niatro
@niatro 2 жыл бұрын
It is a Honor give u the 5000 th like, you have done a huge effort thank you very much
@swatantra109
@swatantra109 2 жыл бұрын
One of the best. I can get, thanks a lot. Can you have this kind of video on Riverpod.
@mohamaddody1338
@mohamaddody1338 2 жыл бұрын
Thank you very much. You dropped this 👑 ❤️
@abuzar478
@abuzar478 3 жыл бұрын
Omg this is a huge contribution!
@Flutterly
@Flutterly 3 жыл бұрын
Thank you so much! ✨
@russelsantos6973
@russelsantos6973 2 жыл бұрын
What a great time and effort you poured out to this video and every video you make. Thank you so much. Keep it up! Your a great teacher, sir!
@bangashkhan70yearsago6
@bangashkhan70yearsago6 2 жыл бұрын
Wow i am reading dart official documentation along with u r course
@mlsandreas
@mlsandreas 3 жыл бұрын
Just finished first part and i am in love with your teaching style and all the info you provide to help us understand dart language.Thank you!!! Do you have any plans for a complete flutter course?
@Flutterly
@Flutterly 3 жыл бұрын
Thank you! Many people tend to think different of a Flutter Complete Course... nowadays, a Flutter Complete Course is "complete" because it also teaches Dart along the way, but I have already did a complete tutorial on Dart, and as a result, the upcoming tutorials on Flutter will be specific to Flutter only
@mlsandreas
@mlsandreas 3 жыл бұрын
@@Flutterly thank you , waiting!!!
@NovianLeVanMusic
@NovianLeVanMusic Жыл бұрын
Are you coming back to KZbin? Hope all is well!
@successchukwu7766
@successchukwu7766 2 жыл бұрын
WCKD, You're not wicked to me, in fact, you're the BEST TUTOR I've met on KZbin next is TRAVERSY MEDIA! I love your pattern of teaching 👨‍💻❤ My first experience with you was the BLOC PATTERN FULL COURSE, it was the BEST!!!!!! 🤩