#setup flutter for android studio
install flutter sdk: https://flutter.dev/docs/get-started/install
install flutter sdk: https://flutter.dev/docs/get-started/install
Download the android studio and flutter sdk from flutter.io.
put the flutter sdk in C: and copy the path where you put the flutter sdk, in my case
C:/flutter/bin so this is my path i have to put this in enviorment variable.
open This pc then after opening click right and go to properties and click on Advance system setting.
and then at the botton of new window there is an button of Eviorment variable click on that and
find the Path under the variable column, just hit it and make a new path there, and paste the path there, and
open cmd for checking flutter
type flutter in cmd. if it is run you are done.
Mac
Use the following instructions for macos:
Start Android Studio.
Open plugin preferences (Preferences > Plugins as of v3.6.3.0 or later).
Select the Flutter plugin and click Install.
Click Yes when prompted to install the Dart plugin.
Click Restart when prompted.
Linux or Windows
Use the following instructions for Linux or WIndows:
Open plugin preferences (File > Settings > Plugins).
Select Marketplace, select the Flutter plugin and click Install.