How to Install and Setup Flutter for App Development on Windows - Part 1

preview_player
Показать описание
How to install and setup Flutter on Windows - Part 1

In this series, we introduce you to the joys of working with Flutter and Dart to build iOS and Android apps with just one codebase and only one programming language.

Limited time only, get the full course for just $10:
Рекомендации по теме
Комментарии
Автор

THX!!! you're the only person on the entire internet that succeded to explain to me how to do this.

alexanderb
Автор

On Win10 you have to select path > edit > new an then create a new variable with the location of the bin folder without the semicolon...

flaviomonteiro
Автор

this was very helpful you gave me a lesson that no other youtube could explain thanks

keletso
Автор

Finally I am installing something on my computer I can actually relate to...git.

ShameerKhanClone
Автор

Damn, the voice over is so soothing. Subscribed.

Xvics
Автор

Many many thanks for such great explanation!

talalsaad
Автор

Thanks! Each and every other videos were not helpful for me, but this one was

thomaskaduthanam
Автор

you are amazing teacher thanks a million time

hazimfenjan
Автор

Hey you are very helpful
Iam not the best to understand english but you explained it very good so i could understand very nice

Rohan-lzix
Автор

For window 10: when searching for env use the system variables option not the one for account. System Properties window opens click on Environment Variables button at the bottom then then Environment Variables window opens but now you can Edit the System variables. Select path click edit, click New button, then Browse button and select the path C:\src\flutter\flutter\bin. Click OK, OK, OK till all windows are closed and test in command prompt or power shell. Hope it helps.

davidwalker
Автор

Hi. I cannot find the bin folder in the flutter folder I downloaded. Is there any other folder I can use to install the package?

oluwatobiraji
Автор

WINDOWS 10, click on EDIT then NEW then browse your bin folder and click ok, That's it

agyeyagautam
Автор

Update for windows 10 who didn't see any work on you pate just click on the edit path and browser your bin folder and click ok it done.

marysmith
Автор

Is the instalallation part still relevant in 2022?

psibarpsi
Автор

In case you need help try putting C:\src\flutter\bin

xthesiphonx
Автор

My dart tools, idea & external package is coming in yellow tape frame. Why it is coming like these. Please give some solutions to these

kiranchoudhary
Автор

The command cannot find the path I editted in user variables. What could be the problem?

michiekosh
Автор

Hello there, I want to ask you one thing about the extraction of flutter. I want the flutter to be extracted in the F drive instead of C drive. Will it work? How can I make it useful there?

abhimanyukumar
Автор

If you have a Path but it still doesn't work just make a new one called "PATH" and at the variable start with C:

edgarrodriguez
Автор

If you run the flutter doctor command, having installed Android Studio and you get the error: "[!] Android Studio (not installed)", or if you installed Android Studio using default settings, you can use this command to fix it (on windows):

flutter config Files\Android\Android Studio"

subsequently, if you get the "Flutter plugin not installed error after running flutter doctor, do:

flutter upgrade

PAULAILEKU