5 ms·
No, you are right. Flutter isn't really native since it uses Skia to render native platform look-alike components (as opposed to react-native which really use t
by zoontek 5y ago
No, you are right. Flutter isn't really native since it uses Skia to render native platform look-alike components (as opposed to react-native which really use the platform)
- sparsely 5y agoThe result is that everything will look and feel slightly off, as the recreation of native elements will never be quite perfect.
- amimetic 5y agoAs I’d guess most people spend most of their time in Chromium browsers and electron apps probably a case to make that ‘native’ in the sense you imply is Chromium!
- mmargerum 5y agoMore than just off. Especially on iOS there is a ton of functionality in those native controls thats going to be very hard to replicate.