/learn-flutter

https://flutter.dev/

GNU General Public License v2.0GPL-2.0

learn-flutter

https://flutter.dev/

Flutter for Windows installation

Access the link and click Get Started

Flutter

Select the windows button and then click the "flutter_windows.zip" button.

Flutter

Extract the file and place the folder in directory "C:"
It's probably best to create a folder in the directory like this.

Flutter

This is the console that comes inside the folder in this case the Flutter console, can use to see which devices connected, create a project in Flutter.

Flutter

In order to access Flutter commands without having to open this console, we can use the Windows prompt itself we need to add Flutter to the environment variables.

You need to go to the bin folder and copy the path then go to the computer properties, then go to advanced system settings.

Flutter

Click on environment variables, then go to edit path and paste the path to Flutter.

Flutter Flutter

As you can see if you go to the windows prompt and run the command "flutter" it already appears.

Flutter

Now at the windows prompt if you run the command "flutter doctor" will check if there is anything left to install so that we can develop the applications with Flutter.

Flutter

If you need to install android studio here is the link:https://developer.android.com/studio
To install dart and flutter just go to the Android studio and press plugins and search for both.
After having everything installed just open the Android Studio that will appear "Start a new Flutter Project".

Flutter