Posts

Showing posts from August, 2020

How to install flutter in windows | Flutter installation steps

Image
Step No 1: Go to  https://flutter.dev/docs/get-started/install/windows  and download flutter_windows_1.17.5-stable.zip file. Step No 2: Once downloaded, extract it in following directory: C:\src\flutter Step No 3: Run the file flutter_console.bat in C:\src\flutter directory after extraction. Step No 4: Execute the following command: flutter --version. This shows you flutt er and dart ver sion that's being installed on your system. But this is local call. Let's make it global. Step No 5: In start, type env. Open "Edit Environment Variables for Your Account". This opens up "Environment Variables" window. Open "PATH" varaible and put the following two locations in it: C:\Windows\System32;C:\src\ flutter\bin; and save. Step No 6: Execute the following command in flutter console: flutter doctor. Now you have a problem that you have no android feature...... Now go to this link for android stdio... https://pakiprogramming.blogspot.com/2020/08/how-to-inst

How to install Android Studio in windows | Android Studio installation steps

Image
Step No 1 Open link: https://developer.android.com/studio/index.html   and download android stdio. Step No 2: After this run the exe. file. Then this Window is opened.Then click next: Step No 3: Click install to for installation: Step NO 4: Now installation is completed. Now click on finish: Step NO 5: Now Welcome window is opened: click on next Step no 6: Choose standard and click next Step No 7: Click your choice:light or black, then click next: Step no 8: Do not change any thing and click next: Step No 9: Components are now going to be installed: Step no 10: Now click on finish: Step no 11: