What is Flutter?

Lesson#1

Haider Ali
Complete Flutter Guide
Mar 24, 2024

--

What is Flutter?

Flutter is a UI framework that allows us to write code for multiple platforms.

It is developed by Google and is open source (the code is written for Flutter is open to public bugs and contributing or learning).

Framework is a set of tools provided to developers to produce some output.

Dart is maintained by Google and is also open source.

How to install Flutter?

Go to flutter.dev

Press on “Get Started”

Choose the development platform

Go to the download option. Downloading may take some time as it is usually a large file.

Since I am working on Windows platform, I will select Windows. You can select the platform you have.

Flutter installation on Windows platform

I am not going to re-write the installation process but instead refer to the installation guide at URL https://docs.flutter.dev/get-started/install/windows

Stay tunes for the next lesson…

--

--