دمت گرم داداش خیلی جالب توضیح میدادی، من قبلا تمام این آموزش رو طی چندین ماه دیده بودم ولی اینقدر که اینجا یاد گرفتم اونجا چیزی نسیبم نشد، چون شمرده شمرده صحبت میکردی خیلی تونستم استفاده کنم، کارت درسته برات بهترین ها رو آرزو میکنم.
I’m incredibly excited to see this! Tuning into the weekly Flutter Community RUclips stream, a theme often emphasised is that we should become solid with Dart lang, to be truly fluent in Flutter. I’m slowly seeing the wisdom of this approach. So understanding the many facets of dart as a truly useful tool, is very exciting to me - thank you for sharing your knowledge & insights!!!
If you are not following this Course, you are not ready for Dart and Flutter. Boss Thanks. Please share Flutter Full course soon.. I love you from Nigeria
Great tutorial but when it got to the api and project part you didn’t show how you created those endpoints (the server code) and it became a little bit difficult to follow up with the tutorial.
Hello mate, have you thought about putting this course on udemy. I've seen a few other people put their RUclips courses on there. And I would pay just for it to be separated into segments, to make the learning more manageable.
Hello Mahdi! I just complete this course and at end my request is: It would be great if you can make a course on API development using dart_frog with features such as Images and other file upload capabilities. Bundle of thanks for putting so much effort on this awesome course!
void main() { var flwrCount = 1500; var mDouble = flwrCount / 1000000; var mFloat = mDouble - mDouble.toInt(); var mFinal = mDouble.toInt(); var kDouble = mFloat * 1000; var hFloat = kDouble - kDouble.toInt(); var kFinal = kDouble.toInt(); var hDouble = hFloat * 1000; var hFinal = hDouble.toInt(); print("Follower Count: $mFinal M, $kFinal K, $hFinal"); } I've done it this way
Maybe improving your English speaking skills a little bit more?, it's going to be somewhat painful to get through the final haha. But nonetheless, good job
@@hoseinnajafy4112 it's my opinion and sincere recomendation to increase its visibility, and he already admitted it to be true. Maybe you should start to request quality too, in all the internet is something we will need as time passes by
Thank you from south korea. It was really helpful for me.
I really enjoyed learning from you. May the force be with you my friend.
Thank you very much
دمت گرم داداش خیلی جالب توضیح میدادی، من قبلا تمام این آموزش رو طی چندین ماه دیده بودم ولی اینقدر که اینجا یاد گرفتم اونجا چیزی نسیبم نشد، چون شمرده شمرده صحبت میکردی خیلی تونستم استفاده کنم، کارت درسته برات بهترین ها رو آرزو میکنم.
از کجا فهمیدی ایرانی است؟ ههههه
This is very helpful💯 Keep doing what you do bro. We're here to support you all the way.
thank you alot your course is better than any paid course , am saying hi from Baghdad İraq
better than my university teacher.
@@usamaabbasi9537 lol
I’m incredibly excited to see this! Tuning into the weekly Flutter Community RUclips stream, a theme often emphasised is that we should become solid with Dart lang, to be truly fluent in Flutter. I’m slowly seeing the wisdom of this approach.
So understanding the many facets of dart as a truly useful tool, is very exciting to me - thank you for sharing your knowledge & insights!!!
If you are not following this Course, you are not ready for Dart and Flutter. Boss Thanks. Please share Flutter Full course soon.. I love you from Nigeria
Bro I'm from Nigeria help me please. I need a learning partner
Pro this is the best course for dart i learned alotof things from you
Happy to hear that!
❤❤❤
Can't wait to be a flutter full stack developer
Am waiting for your full video
Thanks from Nigeria
we should see the code on fullscreen, not half of the screen file explorer. Awesome video btw, thanks!
This course will help me so much thanks a lot mahdi ❤
WOOOOOOOOOOOWWWWW .................. thanks bro i wish all the best for you
guys how to install the api that we are working with on the social media app
I sincerely appreciate it, Mahdi. We would like more advanced Dart tutorials and one complete Dart project.
This is exactly what I was looking for. Thank you very much.
Just awesome pro keep it up and best more and more❤
Thank you so much
Thank you too
Greate Mahdi, continue.
guys how can i download the api of the social media app
Thank you for the wonderful video sir it. is very useful for me and my team and thank you again sir
Always welcome
Wow, this is a good tutorial about Dart
حاجی خیلی عشقی ❤️ ❤️
forms.gle/KWdJHMMUjnor8pCX9
nice tutorial, thank you mahdi 😼
Thank you bother love form Bangladesh
Create videos on web socket programming
pls make flutter complete course
Thank you so much for this tutorial.
You are the best
Thanks Mahdi it was helpful
The training was very useful and efficient😍👌
@MahdiMirzadeh
is this compelete course of dart which cover basic , intermediate or advanced
damet garm agha mehdi
Great tutorial but when it got to the api and project part you didn’t show how you created those endpoints (the server code) and it became a little bit difficult to follow up with the tutorial.
That's absolutely right, he just assumed everyone is expert
where is the postman linke
Just Awesome bro Thanks You Soo much 😍
Welcome 😊
awesome tutorial
Appreciated ❤ bro 😎
Your teaching methods are nice! but the way you conduct the practice questions is hard to understand due to your level of English. Overall GREAT WORK!
great course!!!!
thanks a lot!
Can I get a tutorial on how to use postman? Sorry I don't understand when you suddenly open postman. srry for my bad english
Excellent 👍
Very good tutorial specially for me because you have don't hard accent😅
Hello mate, have you thought about putting this course on udemy. I've seen a few other people put their RUclips courses on there. And I would pay just for it to be separated into segments, to make the learning more manageable.
Thanks for sharing
Hello Mahdi! I just complete this course and at end my request is: It would be great if you can make a course on API development using dart_frog with features such as Images and other file upload capabilities.
Bundle of thanks for putting so much effort on this awesome course!
Hi, Currently i have playlist for dart_frog its mini course but maybe in future i will create other videos about backend
as I know, the Final is also useful when we want to make a class final not to be able to inherit from it next time.
Thank you so much🤠
you are amazing ,thankyou :)
mahdi is arabic name, Are you of Arab origins?
man your tutorial is great but you should have thought us how to set up..... the designing the api
Can we draw in Dart, like bar chart, line chart, etc? Can you give me the reference to read for?
Do you want draw charts in flutter?
@@mahdimirzadeh yes, but without using any package or plugin
You should have mentioned how did you create that dart server, you missed the most important part bro
Bro you have teach dart but you didnt show the installation of its SDK which is very important
Where can i found Practice 1 solution?
void main() {
var flwrCount = 1500;
var mDouble = flwrCount / 1000000;
var mFloat = mDouble - mDouble.toInt();
var mFinal = mDouble.toInt();
var kDouble = mFloat * 1000;
var hFloat = kDouble - kDouble.toInt();
var kFinal = kDouble.toInt();
var hDouble = hFloat * 1000;
var hFinal = hDouble.toInt();
print("Follower Count: $mFinal M, $kFinal K, $hFinal");
}
I've done it this way
دمت گرم داداش 🌹
forms.gle/KWdJHMMUjnor8pCX9
Make a video about how we can make our own api using dart
@@mahdimirzadeh when is your flutter full course come?
@@mahdimirzadeh Have you made a full course of flullter please link if so !
Thanks a lot . It's very useful
wow thank you
thank u
plz create a Flutter crash course
make a flutter video tutorial like dart
May I download your RUclips videos? And download and see?
Sure
Assalamu'alaikum
damet garm
Practice (1)
void main() {
int totalFollowers = 1500;
int millions = totalFollowers ~/ 1000000;
int thousands = (totalFollowers % 1000000) ~/ 1000;
int remainder = totalFollowers % 1000;
String formattedFollowers = "${millions}M ${thousands}K ${remainder}";
print(formattedFollowers);
}
doubts:
1:28:02 - Conditional operator
void main() {
num Weather = 29;
switch (Weather) {
case >-20 && =10 && =18 &&
please do bloc tutuorial
@@mahdimirzadeh have you prepared dear?
@@mahdimirzadeh excited 😇
Robinson Jeffrey Hernandez Helen Harris Betty
Maybe improving your English speaking skills a little bit more?, it's going to be somewhat painful to get through the final haha. But nonetheless, good job
He is speaking very well. He has got his own accent . Maybe It is better for you to adapt yourself to his accent.
@@hoseinnajafy4112 it's my opinion and sincere recomendation to increase its visibility, and he already admitted it to be true. Maybe you should start to request quality too, in all the internet is something we will need as time passes by
Totally agree. Doesn’t want to be rude but speech skill is really important as an instructor…
How about your skills buddy? Stfu