This is a great series. Learned quite a lot. I wish these types of videos continued.
@lucasdiogomelo5203 жыл бұрын
i was searching for these explanation for months. I'm glad you came with it
@i5c5e5n83 жыл бұрын
do you have any idea how flutter handles this while maintaining image quality? does it apply an antialiasing algorithm? also, do you know if this is good performance-wise or not?
@YandryPozo2 жыл бұрын
That perfect pixel plugin is pure gold 🪙 Thanks for sharing, excellent video 👌
@AdityaBolt3 жыл бұрын
Safearea has a minimum parameter which could technically be used instead of padding.
@tejasshukal7623 жыл бұрын
Can we calculate mockupWidth and mockupHeight dynamic because you have set this for only iPhone 11 pro but I need pixel perfect in all devices.
@awais.163 жыл бұрын
How to adjust that picture according to our screen , so that it fits according to our screen height and width
@lucasdiogomelo5203 жыл бұрын
Try to use Fittedbox it might help
@benjieming72323 жыл бұрын
You can use fit: BoxFit.fill or BoxFit.cover (this is better option), and FittedBox is most likely to use with Text widgets.
@Opeyemi.sanusi3 жыл бұрын
More responsive videos please 🙏🏿
@hexafgamer Жыл бұрын
its perfect design but what we do other phone resolution ?
@momenahmed68392 жыл бұрын
The same ratio in text /mocup then * width To the test scale width /mocup
@FreddyRFebres2 жыл бұрын
What is the add-on used to only remark the error line with it message instead of the entire widget?
@SahilKhan-uj7iw3 жыл бұрын
It will work for sizebox heigth or any heigth parameter how can we use it for heigth of widget for responsive ness
@omkarp99434 ай бұрын
This can be done using without pixel perfect library, isn't it??
@DarkHeros093 жыл бұрын
Adding padding before scaffold results in black bars from all the sides. any solutions?
@OzzyOzmenCelik3 жыл бұрын
u should follow scaffold - safe area (top:false , bottom:false) - padding - etc...
@evolade40443 жыл бұрын
Background music?
@mracipayam3 жыл бұрын
Thanks great explanation
@kanishthasahu4447 Жыл бұрын
great tutorial
@hunter850703 жыл бұрын
i didn't like, cause u need exactly the size of the screens.. it would be nice if just take the dispositive viewports and make the calculus automaticly
@i5c5e5n83 жыл бұрын
do you have any resource that explains how to do that??
@Blues_unicat6 ай бұрын
This scale factor like text scaling should be called Adaptive not Responsive.
@1995taunus3 жыл бұрын
Thank you!
@m.tirtarachmanmahieu34063 жыл бұрын
interested! subscribe, thanks dude this video really help full 👍🏻
@ericchua34923 жыл бұрын
iPhone 12 pro works fine, but not iPhone 12 pro max.. ouch!
@freakout67643 жыл бұрын
thank you
@melomanzer55083 жыл бұрын
God bless you
@hyungtaecf3 жыл бұрын
Didn’t like the pixel perfect approach… It doesn’t look professional
@charith29673 жыл бұрын
May I know what are the other ways to achieve this. Any url?