DEV Community

Cover image for A Brief Introduction to Flutter and Dart for Novices
Programming is a Joke
Programming is a Joke

Posted on

A Brief Introduction to Flutter and Dart for Novices

Flutter is an open-source app development framework used to develop cross platform applications for Android, iOS, Linux, macOS, Windows, and the web from a single codebase.

Dart is a programming language developed by google. It is basically google trying to make a mixture of java and javascript. It is an object-oriented, class-based, garbage-collected language with C-style syntax.

Pls note that flutter is not a programming language. It is a framework used to develop apps. Dart is a programming language. Flutter is built on dart. We can use dart without flutter, but we can't use flutter without dart.

So, How do I get Learn Flutter?

There are many, no no way too many resources on how to learn flutter. Here are my top recommendations.

Flutter
The Official Flutter Documentation

Udemy
Flutter Course on Udemy by Angela Yu

Youtube
The Official Flutter Youtube Channel

Youtube
Kalle Hallden's Video on how did he learn flutter so fast

Top comments (0)