DEV Community

Discussion on: Flutter vs Ionic vs React Native vs Xamarin - Which is best for Cross-Platform App Development?

Collapse
 
mjablecnik profile image
Martin Jablečník • Edited

Hello, nice article :) But I have some a little questions and supplements:
1)

Dart is a PL that offers various benefits and is based on C/C++ and Java

What means the PL shortcut and why do you thing that it is based on Java?
What I know so Dart is maybe remotely similar to Java or JavaScript but not based..
2) In supported platforms you have missing the Flutter
3) Flutter have more popular applications then only Hamilton:
itcraftapps.com/blog/19-apps-built...
flutter.dev/showcase
for example: Google products (Stadia, Google Ads, Google Assistant), Reflectly, ebay motors, Baidu, Hookle and others..
4)

Also, JavaScript is not used to bridge the interaction with device native components.

Instead of this sentence you can describe it into more details that Flutter is not using any bridges but instead of it uses Skia library for rendering all own components.(Similar as WebView in Ionic or Cordova project but in dramatically better performance..).