Thanx for this great tutorial. Just try to understant the logic. On the counter dart why did we extand our class with stateless widget? Cant we open normal class and without that build function in class?
Hello ! I noticed you can use the setState() method when setting the onCountChange() argument. However, in my case, i can't do so because flutter warns me that I am trying to pass a non-static method as a parameter. Is there any solution to this?
please can you explain all methods in this vsCode Dart Data Class Generator? Features The generator can generate the constructor, copyWith, toMap, fromMap, toJson, fromJson, toString, operator == and hashCode methods for a class based on class properties or raw JSON.
Sir thanks for the tutorial. I am new to flutter. I have a problem passing a String variable from Scaffold body to a fixed button created using bottomnavigationbar which is outside the scaffold body but in same screen. Can I use call back to get value of string in bottom navigationbar or do I need provider. Sir plz give me some hint.
Child is used for a singular widget, and children is used for multiple widgets. An example here would be: Container(child: Text(“hello”)) Column( children: [ Text(“hi”), Text(“ho”) ])
Life saver. Simple & clear explanation. Appreciate it🙏🏽
thanks a lot, I was looking for Function(x) all over the places
love your editor font please tell me which is it
👏🏼👏🏼👏🏼👏🏼👏🏼👏🏼 Very good explanation! I used that VoidCallback last time when i implemented my Sources for my PaginatedDataTable 💪🏼
Very clear explanation, You gave the solution that I have searching for days💖
Splendid tutorial. Helped me 100%. Thanks and cheers.
Hello, what visual studio theme do you use ?, looks great
Such an awesome detailed explanation Paul! 👏🏼👏🏼👏🏼👏🏼
I have a question that why ‘Count ’ construction method is called when it excute Function(int),
Love the content on your channel, multiple useful videos. Kudos!
this explains it very easily! thanks
Thank you! awesome explanation
what if count is a StatefullWidget, where do i put count? in the State?
thank you , this solution help me alots, i generaly create sapreate wigdet
what fonts are u using in vscode?
CMIIW so the voidcallback use if the callback doesnt have any parameter. and the function use when the callback return any parameter. am i right?
I've been searching for something to pass data back to a stateful widget from a stateful widget.
Did you figured out some solution
thank you very much i was confused about this subject
This is amazing man. Pls create more content.
Thanx for this great tutorial. Just try to understant the logic. On the counter dart why did we extand our class with stateless widget? Cant we open normal class and without that build function in class?
Thanx man you helped me lot,
Great video... Which extension you are using in VS code for this type of beautiful text and display?
Great explanation ...
Thanks! Greetings from Chile
It's perfect. Thank you
this really helped me, thanks
Since Count widget is stateless, does this mean that any change of count variable leads to re-construct Count widget?
Yes
Hello ! I noticed you can use the setState() method when setting the onCountChange() argument. However, in my case, i can't do so because flutter warns me that I am trying to pass a non-static method as a parameter. Is there any solution to this?
Want to put your code on GitHub so I can take a look?
this is very helpful ... thank you
Now, how do you communicate with child class from parent? Like sending data to child?
could you tell us a plugins and fonts you using in vscode . Because yours looks beautiful ;)
Thanks Javohir! I have videos on my terminal and font setup here: ua-cam.com/video/8q0KITkJee0/v-deo.html
ua-cam.com/video/NoPe1KXYOtg/v-deo.html
how about using block whats differnece between bloc and voidCallback pls help i am confused here
please can you explain all methods in this vsCode Dart Data Class Generator?
Features
The generator can generate the constructor, copyWith, toMap, fromMap, toJson, fromJson, toString, operator == and hashCode methods for a class based on class properties or raw JSON.
Sir thanks for the tutorial. I am new to flutter. I have a problem passing a String variable from Scaffold body to a fixed button created using bottomnavigationbar which is outside the scaffold body but in same screen. Can I use call back to get value of string in bottom navigationbar or do I need provider. Sir plz give me some hint.
no need to provider
What if these + and - Buttons are on parent widgets.... and you want to do the increment.
Thank you
Amazing 👍👍👍
thanks sir.
Thanks brooo👍👍👍👍
Excellent.
tnx
thanks buddy
I am student, Plz anyone tel me where and when use child and children in widget using flutter, I am totally confused
Child is used for a singular widget, and children is used for multiple widgets.
An example here would be:
Container(child: Text(“hello”))
Column(
children: [
Text(“hi”),
Text(“ho”)
])
Nice
You are moving too fast for real beginners.