DEV Community

Discussion on: What was a tech you recently tried and didn’t fully enjoy? Why?

Collapse
 
andreandyp profile image
André Michel Andy

Flutter. I took a course about it and it was so easy to develop an app from scratch, but it was not the same as native Android development. I'm not talking about performance (Flutter is so well optimised), but I prefer the brand new Android Jetpack components. Also, Dart syntax reminds me of Java and I recently moved from Java to Kotlin for Android development.

Maybe I will use Flutter in hackathons or to create a MVP.