as a Flutter newbie, I can say your video has been really helpful to me, I am very grateful. Thank you !!!
@ammarsinan27062 жыл бұрын
The way you explain is very clear and straight to the point. you deliver the concepts without me having to repeat the video, thank you for your efforts.
@smartherd2 жыл бұрын
Keep, liking and commenting to support. Thanks buddy
@Rajeswarmohanty4 ай бұрын
so clear teaching process - fundamentally master call
@yousafahmad8962 жыл бұрын
love the way of conveying lecture seriously fall in love❣❣❣❣❣❣❣❣❣ appreciated sir
@aladdinovich5 жыл бұрын
very useful and very clear, thanks a lot for your efforts making these tutorials.
@JK920076 жыл бұрын
Now start flutter....You can do this very nicely....☺☺😊😊☺☺☺👍👍👍💐💐
@javierrotjes60134 жыл бұрын
6:23 you will need heavenly powers to change the value of Pi
@anoop_rana4 жыл бұрын
lol
@OfficialUPSCAspirant4 жыл бұрын
HAHA
@saivishnu7254 жыл бұрын
Perfect , beautifully explained
@rafiksiddique38263 жыл бұрын
Thanks a lot sir
@karthickrajalearn5 жыл бұрын
In 6m 09 sec Thanks for Explaining When we use static and const keyword in same place
@maniamadrid5 жыл бұрын
Thank sir for sharing. It makes me understand about static use in OOP.
@SyedHaroon7865 жыл бұрын
Thanks for the video, nicely explained.
@rajeshkumarmajhi28456 жыл бұрын
Next vedio upload sir.... Please Seeing Ur vedios getting excitement to learn more......
@GurdeepSingh-gr7fb5 жыл бұрын
Sir Your tutorials are great. The only missing thing is the Section end Challenge Projects.
@factworld43755 жыл бұрын
You will get those if you are watching this from the pluralsight :)
@GurdeepSingh-gr7fb5 жыл бұрын
@@factworld4375 it must be paid course?
@factworld43755 жыл бұрын
@@GurdeepSingh-gr7fb Definitely
@hilmy78225 жыл бұрын
thanks bro, it's really helpfull
@krishnakumarramachandran58886 жыл бұрын
Perfect Sir 😊👌👍
@smartherd6 жыл бұрын
Thanks
@furkanvatandas48196 жыл бұрын
Nice tutorial, Can you make videos for intermediate?
@flutter45253 жыл бұрын
what is class object?
@christiananaks16 Жыл бұрын
What IDE are u using?
@milvanfoi79055 жыл бұрын
THANK YOU YOU ARE THE BEST
@SeraphimTech_io6 жыл бұрын
Hi Bro you arent for a long time I hope u are healthy when u start again?
@sagarkumar-ns3gr5 жыл бұрын
hello sir, can we also use final keyword except const to prevent the changes in the value ?
@aravindc69464 жыл бұрын
By using final the value can change during run time but by using const the value cannot be changed during both runtime and compile time.
@lewisburgos97995 жыл бұрын
excellent, thanks you
@creative-commons-videos5 жыл бұрын
so whats diff between static and final ???
@rajeshkumarmajhi28456 жыл бұрын
I'm waiting for next vedio sir....
@AshishGautam-sy3vm6 жыл бұрын
please teach how to build apps in flutter..
@karthickrajalearn5 жыл бұрын
In 3m 55sec Thanks for Explaining Why and When we use Static Keywords
@juanmanuellopez45114 жыл бұрын
I have a question, how does use non static global variable inside static method?
@attimeequalszero67504 жыл бұрын
Hi, In order to access a non-static variable(instance variable), you will have to create an instance of the class in the static method. For example : void main() { UnPredictableCode.accessRandomText(); } class UnPredictableCode { String randomText = "Stay safe"; static void accessRandomText() { UnPredictableCode code = new UnPredictableCode(); print(code.randomText); } } What is your purpose for trying to use non-static global variable (instance variable) in static method ? Hope this helps. Stay safe.
@Sagliyu6 жыл бұрын
Thanks
@tanaysingh91244 жыл бұрын
what if we use final instead of static? class Circle { static final double pi=3.14; static void calculateArea() { print("area is calculated already"); } }
@attimeequalszero67504 жыл бұрын
Hi, There are differences in the way final and const work. A variable declared as const should have a value that is known at compile time. While a variable declared as final can have its value initialized at run time. Both const and final variables cannot be modified once initialized. There is a deeper difference though, when it comes to objects and collections. Also static keyword is used to make the member(variables and methods) belong to a class rather than a object. Meaning that only once static member is created and shared by all the objects of that class. When new objects are created, no new copy of static member will be made. Read through these articles once : news.dartlang.org/2012/06/const-static-final-oh-my.html stackoverflow.com/questions/50431055/what-is-the-difference-between-the-const-and-final-keywords-in-dart Hope this helps. Stay safe.
@Nepermath6 жыл бұрын
Double and Int really use 8 bytes 64 bits
@MinhThu-nj7zi6 жыл бұрын
wait double is 4 bytes??
@warhead30306 жыл бұрын
its only an example
@learnwithshash14753 жыл бұрын
same thing....incomplete tutorial....you are assuming that we already know java.
@thecollective24044 жыл бұрын
"On this earth" which means you believe in parallel universe ✨
@mashakozlova94254 жыл бұрын
"static" man "static" not "startic" your accent is killing me.