How's your apps performance with lower-end devices?
My phone (Samsung A14) is low-end, and lags while using an app made with Flutter.
You're viewing a single thread.
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.