Installation of Flutter SDK

Step 1: Open this url “https://flutter.dev/docs/get-started/install“.

install-flutter

Step 2: For Windows Operating system users click on “Windows” Option and download the “Zip” file and follow these steps.

windows-flutter-sdk

For MAC Operating system users click on “macOS” Option and download the “Zip” file, follow these steps..

mac-flutter-sdk

Step 3: Open Android Studio click on “Configure” Option.

flutter-android-studio-configure

Step 4: Select “Plugins” Option.

flutter-android-plugins

Step 5: Now Search “flutter” and install, then restart IDE.

flutter-ide

Step 6: After restart the IDE, you can see the extra option in android studio ie. “Create new Flutter project“.

flutter-firstProject

Now flutter is successfully installed in your system.

Subscribe Now