DEV Community

Discussion on: Flutter, Google's one-stop solution for Native Applications

Collapse
 
burhanuday profile image
Burhanuddin Udaipurwala

I have done few small projects in Flutter and the output is great for mobile apps. It performs better than React Native. I have only one pain with Flutter really: Dart
The way that you build UIs in Flutter feels less fun when you compare it to React Native or Ionic or even native Android where you get that familiar XML and HTML like syntax.

Collapse
 
soupaul profile image
Souparno Paul • Edited

True. It might seem a bit intimidating and unconventional at first, especially the huge nested structures. However, as time progressed, I did fall in love with the Object-Oriented approach in Dart since setting the properties of Widgets is very relatable to specifying attributes while building real-world objects. But again, it all depends on personal preferences 😅