Neoweb4u
Neoweb4u|The RepaintBoundary is a widget each Flutter developer must know. Utilizing it’s easy, nevertheless figuring out when to make use of it and whether or not it’s wanted is just not as …
supply

17
Oct
Neoweb4u
Neoweb4u|The RepaintBoundary is a widget each Flutter developer must know. Utilizing it’s easy, nevertheless figuring out when to make use of it and whether or not it’s wanted is just not as …
supply
Reiko
Dude, you saved me! I was having a lot of performance issues due to custom paintings, now i can fix then! Thank you so much! =)
Is it your course updated to Null Safety?
Jean Carlos Quejada Toro
Men, I got a question, what means when the vertical red or green bar in the performance overlay never stop? is there a issue? how can I find out the problem?… Thank you for the answer 😎
Jean Carlos Quejada Toro
Excelente video, muy buena explicación. 😎
Shivam Shrivastava
Is there any way to render flutter animation as in mp4 format and save it to local device gallery… PLEASE REPLY If yes then how to do that please make a video on that pleaseeeeeeeeeeeeeee
K-Lyrix EN
Thank you so much!!!! Now I fixed most of my performance issues!!
VicyosLinux Official
This "visual overview" in the beginning of the video was a very clever Idea. It helps us to have a transparent idea of the things we're about to learn.
I'm really proud of you for making so many wonderful and so helpful video tutorials! Thank you so much!
Keep it up! 😉
Xaxa Baba
My god this was beautiful
Mariam Albarghouti
the meaning of cashing RepaintBoundary is temporary or just in a session on app?
prem pattnaik
Hey i have an issue regarding flutter RepaintBoundary. I used repaint boundary to take screenshot of a widget. With normal widgets it works fine. Even with images too. But i dont know why when i put texture widget or flutter video_player widget inside repaint boundary, and i try to take screenshot of it, i always get null image. why is that ? Here is the sample flutter app i made to test it. All instructions are on the readme page on how to test it. Here is github link https://github.com/premingiet/flutter_texture_screenshot
I used Android device to test it.
BerozgaarEngineer
W/FlutterActivity( 7241): Tried to automatically register plugins with FlutterEngine (io.flutter.embedding.engine.FlutterEngine@4d9c159) but could not find and invoke the GeneratedPluginRegistrant.
.
.
How can I solve this issue??
Arjun Gurjar
Wonderful tutorial, can we please have your course on udemy.
blank
Fabulous… Was thinking of improving performance. I was conditioned to think *having separate widgets for expensive stuff is the way to good performance*. Thank you. That 10 sec summary is cool. Thanks for that…
Joe Ng
Wonderful presentation, one question: how do we deal with Sliver? I tried but it seems RepaintBoundary doesnt work with Sliver
Minh Trần
If widget not change by time. Is it same benefit with const widget
Mike Rydstrom
Excellent video and really helpful! RepaintBoundary is definitely not a very well known Widget, this was an outstanding presentation of it!
Loh
What if we already use a Consumer widget on a child widget where only the child will be updated when something is updated?
Is the performance the same as having a RepaintBoundary?
Jawad Ahmed
so when you said if you click on the button whole widget tree gets repainted. So it means if i tap a button the screen the whole screen will be repainted . Right?
Jawad Ahmed
So should we wrap every static widget with repaint boundary?
Gareno Lorenzo
First Comment