As you may be aware, google has released a new computer program to aid developers create apps that will work for both android and IOS devises simultaneously https://flutter.io/. While you will agree that it was great news, but installing it is actually difficult for persons who are new to programming. Unlike the traditional one click download and install button, you have to embark on a series of steps before actually getting the program. But this guide will show you the easy way out!
HOW TO INSTALL FLUTTER
First it is good to realize that flutter is not an independent application like android studio that you can easily download and install. Rather, it is more like a 'component' that relies on a parent app like android studio. So if you need flutter, save yourself the stress of looking for a simple download button somewhere and just go straight and download android studio! (I learnt that the hard way)
1. Download android studio from this link https://developer.android.com/studio/index.html
2. Go to the flutter home page and find the link to download Git for windows https://git-scm.com/download/win
3. Carefully follow the direction on the install page for flutter https://flutter.io/setup-windows/ you will also find the video on the link helpful https://www.youtube.com/watch?v=m5Ch0M-WcP0
4. Run android studio and finish the steps as stated on the flutter website and there you will have flutter as a new tool for you to use when you launch or run android studio!!
Hope you fine the above helpful..
HOW TO INSTALL FLUTTER
First it is good to realize that flutter is not an independent application like android studio that you can easily download and install. Rather, it is more like a 'component' that relies on a parent app like android studio. So if you need flutter, save yourself the stress of looking for a simple download button somewhere and just go straight and download android studio! (I learnt that the hard way)
1. Download android studio from this link https://developer.android.com/studio/index.html
2. Go to the flutter home page and find the link to download Git for windows https://git-scm.com/download/win
3. Carefully follow the direction on the install page for flutter https://flutter.io/setup-windows/ you will also find the video on the link helpful https://www.youtube.com/watch?v=m5Ch0M-WcP0
4. Run android studio and finish the steps as stated on the flutter website and there you will have flutter as a new tool for you to use when you launch or run android studio!!
Hope you fine the above helpful..