DEV Community

Chingiz Huseynzade
Chingiz Huseynzade

Posted on

Flutter? Learn or not

Flutter

Last 1 week of my research was about Flutter. It was an interesting topic for me since its release time. I had too many questions in my head. Does it really worth to learn Flutter, when there is java/kotlin, swift, and react native? Let's start with basic question.

What is Flutter?

As Google says "Flutter is Google’s mobile app SDK for crafting high-quality native interfaces on iOS and Android in record time. Flutter works with existing code, is used by developers and organizations around the world, and is a free and open source.". Currently Flutter is in beta v0.5.1, but lately, they released Release Preview 1

Does it worth to learn it?

worthit
There are plenty of learning resources to learn Flutter. Before learning you should know the syntax of Dart programming language. Dart is an object-oriented programming language which is similar to Java, C# and many more languages. But as Android Developer I would say, it is too similar to Java. There are some differences, the main similarity is that everything is Object.

It is really fast, has native performance and flexible UI.

I have had seen many apps which are written with Ionic and other tools. We can differ them by looking touching and by performance. But when I build an app with Flutter I couldn't differentiate it from a native app which is similar to React Native apps.

It is really worth to learn because...because building complex layouts in android(have experience) is the pain. Android has a lot of problems... You can see the roar of the developer in this article.

In Flutter everything is Widget. What else can make a developer happy? Flutter let's you make everything easily which broad widget controlling.

Any challenges?

Flutter

Challenge for newbie would be Dart itself. If you have not experienced above mentioned languages then it will be hard for you to learn Flutter(you should learn Dart before it). Don't get me wrong. You're great!

For experienced developers, challenges would be learning the architecture of Flutter. Mainly thinking and applying methods. You should think more before doing something. Because seeing design then trying to implement it would be hard create. That's why by looking to API or some examples would help you to learn it fast.

Main challenge here is when you first create flutter app it's android project not comes with configured for Kotlin. And for iOS project you should install Cocoapods. Android app would give compile error when building because of some installed dependencies written in Kotlin and for iOS pod install required. You would say doesn't Flutter's extension for VSCode or IntelliJ IDEA handle it? Well, sometimes it crashes since it's in early development process.

Conclusion

Thank you for reading till here. I really recommend learning Flutter since if you build one app means it is ready for android and ios. Feel free to discuss anything.

Oldest comments (7)

Collapse
 
rhymes profile image
rhymes

Definitely to be learned :-)

I've been excited about Flutter for a while. I only went to the getting started but I find it interesting. I've never been interesting in mobile development until now, especiall because to me (probably because I come from backend web development) the idea of writing the same app twice for the two main platforms with separate teams is a little insane :D

I just finished reading this overview about a company migrating away from React Native (I've been reading a few of these articles, what's going on with RN??) to Flutter: medium.com/reflectly-engineering/r...

They migrated because of inconsistencies and slugginesh and limited resources (only 2 mobile devs) and they have been happier ever since apparently.

I'm sure Flutter has still a long way to go to be useful for every type of app but it's a very interesting technology.

Collapse
 
chingiz profile image
Chingiz Huseynzade

For sure currently it's one of the most interesting topic over the internet. Happy to see another happy developer that loved it. Its community going to be big day by day and I'm excited to see the development.

Interesting thing is in just 3-4 days I have been able to build an app without looking to API. Since it's very easy to remember and everything is understandable.

Collapse
 
ben profile image
Ben Halpern

Combination of optimization and focus on developer experience makes Flutter super appealing. It’s still a bit early in its support for certain normal mobile app use cases but the future looks great.

Collapse
 
sethusenthil profile image
Sethu Senthil

I believe it's the future if mobile development, because all the hints about fusia OS (Google's Android killer) the main way of creating apps. So to be future proof, learning flutter is a must.

Collapse
 
vijaykhatri96 profile image
Vijay Singh Khatri

As per technology always to be aware and learn new technology, we can't say which one stay continue or which one invisible from the development.
For why read below given articles:
proandroiddev.com/why-flutter-will...

Collapse
 
bikal_sharma profile image
Bikal sharma

yes this is great Why You Should Start Looking at Google’s Flutter and Dart In 2019?

Collapse
 
kris profile image
kris

Great article to know about flutter mobile application development. Short and precise. Easy to grasp the concept of what flutter is. Diving deep into flutter development, we can check some amazing [flutter templates]](instamobile.io/flutter-app-templates/) out there for inspiration and learn what flutter can do.