DEV Community

Discussion on: My initial thoughts on using Flutter and Dart for App development

 
andrewbaisden profile image
Andrew Baisden

Well it's new and developers are always eager to get their hands on new tech to see how it compares to the tools that they are currently using. And also one thing I remembered is that you can see the code for all of the flutter widgets. When using Swift on iOS for example I don't think it's possible to see how Apple create a button component whereas with Flutter you have a lot more customisation.

Flutter is just a new modern way for building cross platforms apps and that should excite a lot of people. Tools like Xamarin have fallen in popularity as many developers have moved towards either a native solution using Swift and Kotlin. Or cross platform using Flutter and React Native.