All language subtitles for 001 Flutter Install_en

af Afrikaans
sq Albanian
am Amharic
ar Arabic
hy Armenian
az Azerbaijani
eu Basque
be Belarusian
bn Bengali
bs Bosnian
bg Bulgarian
ca Catalan
ceb Cebuano
ny Chichewa
zh-CN Chinese (Simplified)
zh-TW Chinese (Traditional)
co Corsican
hr Croatian
cs Czech
da Danish
nl Dutch
en English
eo Esperanto
et Estonian
tl Filipino
fi Finnish
fr French
fy Frisian
gl Galician
ka Georgian
de German
el Greek
gu Gujarati
ht Haitian Creole
ha Hausa
haw Hawaiian
iw Hebrew
hi Hindi
hmn Hmong
hu Hungarian
is Icelandic
ig Igbo
id Indonesian
ga Irish
it Italian
ja Japanese
jw Javanese
kn Kannada
kk Kazakh
km Khmer
ko Korean
ku Kurdish (Kurmanji)
ky Kyrgyz
lo Lao
la Latin
lv Latvian
lt Lithuanian
lb Luxembourgish
mk Macedonian
mg Malagasy
ms Malay
ml Malayalam
mt Maltese
mi Maori
mr Marathi
mn Mongolian
my Myanmar (Burmese)
ne Nepali
no Norwegian
ps Pashto
fa Persian
pl Polish
pt Portuguese
pa Punjabi
ro Romanian
ru Russian Download
sm Samoan
gd Scots Gaelic
sr Serbian
st Sesotho
sn Shona
sd Sindhi
si Sinhala
sk Slovak
sl Slovenian
so Somali
es Spanish
su Sundanese
sw Swahili
sv Swedish
tg Tajik
ta Tamil
te Telugu
th Thai
tr Turkish
uk Ukrainian
ur Urdu
uz Uzbek
vi Vietnamese
cy Welsh
xh Xhosa
yi Yiddish
yo Yoruba
zu Zulu
or Odia (Oriya)
rw Kinyarwanda
tk Turkmen
tt Tatar
ug Uyghur
Would you like to inspect the original subtitles? These are the user uploaded subtitles that are being translated: 1 00:00:00,650 --> 00:00:04,730 In this section, we're going to walk through the installation process of getting flutter up and running 2 00:00:04,730 --> 00:00:06,050 on a Windows based machine. 3 00:00:06,590 --> 00:00:11,930 The first thing we're going to do is open up our browser and navigate to flutter IO once they're off 4 00:00:11,930 --> 00:00:15,160 on the blue, get started button right on the center of the screen. 5 00:00:16,430 --> 00:00:18,200 Will select install on windows. 6 00:00:19,330 --> 00:00:22,010 So there's two separate steps of installation that were going to go through. 7 00:00:22,360 --> 00:00:27,040 The first thing we have to do is set up the Flitter SDK, which is going to allow us to create new flutter 8 00:00:27,040 --> 00:00:29,680 applications and run them on our local machine. 9 00:00:30,400 --> 00:00:35,650 After we do that, well, then do some setup for the Android emulator, which is going to allow us to 10 00:00:35,650 --> 00:00:40,900 run our flutter applications directly on our machine rather than requiring some outside separate device, 11 00:00:40,900 --> 00:00:43,660 although you certainly can use a separate device if you want to. 12 00:00:44,930 --> 00:00:49,390 I'm going to scroll down a bit and find the section marked Get the Flutter SDK, you'll see it. 13 00:00:49,400 --> 00:00:53,280 There's a zip file right here for download to go ahead and download this zip file. 14 00:00:53,690 --> 00:00:55,060 Now, I've already downloaded it. 15 00:00:55,310 --> 00:00:56,390 I've got it over here. 16 00:00:57,140 --> 00:01:01,970 I'm going to drag this zip file over to some workspace directory on my machine. 17 00:01:02,060 --> 00:01:05,190 Now, this doesn't have to be called like literally workspace. 18 00:01:05,690 --> 00:01:10,250 This will be just any folder on your local machine where you usually work with code. 19 00:01:11,000 --> 00:01:15,980 So I'm going to move this full zip file over and then I will extract it here at this location. 20 00:01:18,860 --> 00:01:23,570 All right, so I'll take just a second to extract, because there's quite a large number of files inside 21 00:01:23,570 --> 00:01:26,870 there, so while that's going, we're going to move forward. 22 00:01:28,150 --> 00:01:34,360 And we're going to take a look right here at the update your path variable, so at some point in the 23 00:01:34,360 --> 00:01:37,870 future, you and I are going to not you know, you might notice that the directions right here say, 24 00:01:38,050 --> 00:01:41,020 well, yeah, you could start flutter by double clicking flutter console. 25 00:01:41,020 --> 00:01:41,530 Don't bet. 26 00:01:41,800 --> 00:01:43,240 Well, we don't really want to go through that path. 27 00:01:43,240 --> 00:01:43,720 In general. 28 00:01:43,870 --> 00:01:48,840 What we want to do is build to use flutter directly from our command line, visit the command prompt 29 00:01:48,850 --> 00:01:54,100 or power shell or get Basche or whatever it is that you might use in particular to do so. 30 00:01:54,100 --> 00:01:57,730 We need to now add flutter so that file that we just extract it. 31 00:01:57,730 --> 00:01:58,360 Here's the folder. 32 00:01:58,360 --> 00:02:00,250 It's now fully extracted right here. 33 00:02:00,670 --> 00:02:05,530 We need to add this thing to our path variable on our machine. 34 00:02:05,950 --> 00:02:09,130 And so we're going to follow these directions right here for updating your path variable. 35 00:02:10,030 --> 00:02:13,750 To do so, we can open up our control panel. 36 00:02:17,030 --> 00:02:21,440 I'll then find user accounts or find user accounts again. 37 00:02:23,230 --> 00:02:27,550 And then on the left hand tab over here, you'll see change my environment variables, and so we're 38 00:02:27,550 --> 00:02:32,800 going to add an environment variable that points out this flutter directory right here. 39 00:02:33,820 --> 00:02:36,460 So click on Change My Environment, Environment Variables. 40 00:02:37,450 --> 00:02:41,950 And then on this window that pops up, I'm going to find the selection for Path right here and we're 41 00:02:41,950 --> 00:02:43,450 going to try to edit that. 42 00:02:44,890 --> 00:02:46,040 It's now in this list. 43 00:02:46,240 --> 00:02:53,530 Click on New and we'll type out the path to this flutter directory or more specifically, a very special 44 00:02:53,530 --> 00:02:56,770 folder in this directory of the bin folder. 45 00:02:57,010 --> 00:03:01,660 So the easiest way to do this is to find the bin folder inside this new flutter directory that was just 46 00:03:01,660 --> 00:03:02,140 created. 47 00:03:02,950 --> 00:03:11,470 And then we can cut or copy this entire path right here and pasted in as a new entry for the past variable. 48 00:03:12,480 --> 00:03:20,370 So I've now got workspace flutter and then specifically been in there, so then click on OK and OK again 49 00:03:20,370 --> 00:03:22,140 and then I can close my control panel. 50 00:03:23,300 --> 00:03:26,550 OK, so that's pretty much it for set up on the floater side of things. 51 00:03:26,720 --> 00:03:32,120 Now we do have to reboot windows to actually apply this change and make that change the past variable 52 00:03:32,120 --> 00:03:32,600 kick in. 53 00:03:32,870 --> 00:03:37,430 So at this point, I would encourage you to pause right here and restart your machine and then join 54 00:03:37,430 --> 00:03:38,480 me in the next section. 5499

Can't find what you're looking for?
Get subtitles in any language from opensubtitles.com, and translate them here.