Skip to content

Flutter-Fridays/What-is-Flutter-And-why-you-should-learn-it-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

What-is-Flutter-And-why-you-should-learn-it-

Flutter is a free and open-source mobile UI framework created by Google and it allows you to create a native mobile application with only one codebase. This means that you can create mobile apps for both major platforms (iOs and Android) with only one codebase.

Example: You're a startup company, and you're running out of budget. Labor cost can be minimized here because you can reduce the amount of developer required. Thus, make your startup lean and efficient.

Why you should learn Flutter?

  1. Easy to learn - All the concepts are similar to web and mobile apps, if you already know the big picture of them such as padding, margin, button, etc. Everything is a widget, it's like connecting legos.
  2. Fast to build - Hot reload.
  3. Good performance - Closest thing to native or even the same in some cases.
  4. Strong community - Tons of resources to learn.

What Language do Flutter use?

Flutter uses Dart, and Dart is very similar to Java and Javascript. And Learning Dart is very easy, it's just a matter of syntax, if you already have programming fundamental knowledge, you'll be good to go.

Why Does Flutter use dart?

Most people may think that Flutter uses Dart because Dart was created and owned by Google. Well, that may be true but there're many reasons for Flutter Team to choose Dart as its programming language.

  1. Dart supports both just-in-time (JIT) compiling and ahead-of-time (AOT) compiling.
  2. Dart is Object-oriented. It makes more sense to use programming language for UI instead of using markup language for UI in this scenario.
  3. Dart is easy to learn and very familiar to other prominent languages.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published