Great! I've always been using MediaQuery but that will return the screen size (in my case). But this video taught me how I can access each widget specifically using the key. Thanks a lot!
How To Use It On ListView.Builder ? Because ListView.builder only builds child whenever it needed. And I want To Know each child size before rendering ....
Hi, great video, but this seem not working if put the key into a Stack or Container (contains an image) within a Stack, how to make this work in the Stack widget?
Thanks for this man , but is it possible to keep tracking the location of that widget , for example if a widget is inside a scrollable list , then keep track of where the widget's location is , because it will change based on the scroll
Error: A value of type 'RenderObject?' can't be assigned to a variable of type 'RenderBox'. Try changing the type of the variable, or casting the right-hand type to 'RenderBox'
Dear Sir, you are amazing at teaching. I request you to make a video on firebase dynamic links plugin for both android and iOS devices. I have implemented it in my app . It is woking fine on android but not working on iOS . So I think your tutorial will be helpful to me. Thank you.
Great! I've always been using MediaQuery but that will return the screen size (in my case). But this video taught me how I can access each widget specifically using the key. Thanks a lot!
You can use LayoutBuilder For That instead of using keys....
I was using very complicated and error prone ways of getting the size of an image, this works great.Thanks a lot.
Thanks, this was very informative, I've been wondering how this can be done in Flutter. Really helpful to see this example!
what extension are you using to see your errors and suggesgtions inline in VScode
Yes,, i need this too
It's Error Lens
@@HelloCodepur Thx bro
Aaahh! You are a life saver man 🤩
really cool explanation, you can get the size and position very easily
WidgetBinding.instance will be very useful. Thanks for sharing that with us !
How To Use It On ListView.Builder ?
Because ListView.builder only builds child whenever it needed. And I want To Know each child size before rendering ....
Hi, great video, but this seem not working if put the key into a Stack or Container (contains an image) within a Stack, how to make this work in the Stack widget?
This are EXACTLY my issues
Did you ever find a fix?
any fix
?
How to move the widget another position exactly with animation
Thanks for this man , but is it possible to keep tracking the location of that widget , for example if a widget is inside a scrollable list , then keep track of where the widget's location is , because it will change based on the scroll
Great, thank you, I hope you make video about different types of key and how to use them.
bro, how to do lazy loading in sqflite database.?
For me Error Showing "Expected a value of type 'RenderBox', but got one of type 'Null'"
Oh my gush, thanks a lot, great guy!
Hello friend can I get the size of the widget without widget binding can I put the function after build function
Error:
A value of type 'RenderObject?' can't be assigned to a variable of type 'RenderBox'.
Try changing the type of the variable, or casting the right-hand type to 'RenderBox'
Please, what's your plugin that shows error in red on the line?
It's Error Lens
@@HelloCodepur Thank you! Please, make a new video about your updated extensions for VS Code.
bro can you please tell me where do I find this kind of deep info about flutter
Thanks for sharing. it is very useful especially when you want to build a responsive design. Thanks again .
it worked but I'm having a hard time applying the size to another widget how can that be done?
Like calling size.width as the width of a container.
How can I set a Positioned with the Widget Size we get in this video?
hello there is this code works only with stateful widget or stateful and statless widget ?
Can you please make a video about custom paint, curved paint!!
What is the application that you use to record you screen on Mac?
QuickTime
Can make full example for drawing on image with scaling and resize
How to activate these lines in the code like a tree structure?
th-cam.com/video/VHhksMa2Ffg/w-d-xo.html
This was one helluva helpful tutorial.
I wanna learn more...
we are waiting ----- > flutter+graphql (server express+graphql) complete project
Dear Sir,
you are amazing at teaching.
I request you to make a video on firebase dynamic links plugin for both android and iOS devices.
I have implemented it in my app . It is woking fine on android but not working on iOS .
So I think your tutorial will be helpful to me.
Thank you.
Super helpful, thank you.
Bro can you make a video on how to update content of app like list or add something in list.. without updating the app ...
That's an asynchronous method...
why we need size of widget
Not working for me.
Media query also help this position
Hm. It seems there is more than 20px from the left side of the screen to the text
Great video bro.
thank you very much
thanks
Which extension did you use to get the lines of the UI?
prnt.sc/p2d4d3
Tank you