Peepo@lemmy.world to Flutter@programming.dev · 5 months agoHow's your apps performance with lower-end devices?message-squaremessage-square4fedilinkarrow-up18arrow-down11file-text
arrow-up17arrow-down1message-squareHow's your apps performance with lower-end devices?Peepo@lemmy.world to Flutter@programming.dev · 5 months agomessage-square4fedilinkfile-text
minus-squareDeprecatedCompatV2@programming.devlinkfedilinkarrow-up3·5 months agoI’ve used very low-end devices with no lag, so this is surprising. I’ve always had more consistent performance in flutter, and the smoothness is usally what tips me off. React Native tends to be very fast though, since it uses native views.
minus-squarePeepo@lemmy.worldOPlinkfedilinkarrow-up1·5 months agoOur company apps make use Platform Views a lot (Webviews, AdMob …) Which are mainly the cause of the scroll lag.
I’ve used very low-end devices with no lag, so this is surprising. I’ve always had more consistent performance in flutter, and the smoothness is usally what tips me off. React Native tends to be very fast though, since it uses native views.
Our company apps make use Platform Views a lot (Webviews, AdMob …) Which are mainly the cause of the scroll lag.