Introduction - Dart & Flutter Series - Day 01

Introduction - Dart & Flutter Series - Day 01


Flutter  - Framework 

Dart - Language

Flutter

Flutter is a Framework, Google’s product used to create Mobile, Web, Windows, Mac, Linux applications. You can directly get into flutter without learning Dart, but exploring into Dart and then step into Flutter sounds better .

Flutter Advantages

  1. Same UI and Business Logic in All Platforms

  2. Reduced Code Development Time

  3. Native App Performance

  4. Custom, Animated UI

  5. Own Rendering Engine

  6. Single Code Base

Why Dart?

Dart is the programming language used to code Flutter apps.

It is a comprehensive language and offers excellent language capabilities, such as Future, Stream, Sound Null Safety, which going to talk more later.

Dart is not only for mobile application but also to build just about anything on the web, servers, desktop and, of course, mobile applications

Who can Easily get into Dart

Since Dart looks a bit like C++ and is an object-oriented programming language. So, if you prefer the C++ languages or Java, Dart is the one for you, and you’ll likely be proficient in it.

How to Install Dart in Windows

Installing Dart is unnecessary since you can work on dart in the DartPad other than that Installing is up to you

Installation Steps :

Download Dart SDK - dart.dev/get-dart/archive

Sample Dart Program


void main() {

  print(‘Hello, World!’);

}

The entry point of a Dart class is the main() method. This method acts as a starting point for Flutter apps as well.

The default value of most data types is null.

Conclusion

Hope you came to know what is flutter and its programming Language Dart, Stay Tune for Day - 02

Any Problem on Flutter Feel free to Contact : linkedin.com/in/msramesh2k1