Posts

How to Install and Configure Flutter Without Android Studio

Image
I prefer Visual Studio Code and don't want to install Android Studio if I'm not going to use it. Flutter, on the other hand, need the installation of  Android Studio to get essential Android dependencies. But, if you're like me and don't want to install Android Studio, this is the place to be. This tutorial will walk you through the steps needed to install and run Flutter without having to download Android Studio. Official Guide:  Linux Install - Flutter Note: This has been tested on Ubuntu 21.04 and the commands are applicable for linux. This guide also assumes that you are comfortable with command-line navigation and common commands. For other platforms, use platform-specific tools. 1. Get the Flutter SDK You can get the Flutter SDK by two ways.      a. Using Snapd      You can download from the snap store , or from the command-line:     b. Download SDK Manually     You can download the SDK manually from here .     After downloading completes, extract it to your home