Sunday, October 30, 2022

Flutter Installation

 

Flutter Installation



Install Andriod Studio


Download flutter 


Extract files


Place in c/ drive


Set flutter/bin to the system Path


Run CMD as administerotr


Use cmd flutter


If windows can find the flutter command correctly following should appear


Use cmd flutter doctor

To address 1st issue need to install android SDK command line tools

  1. Open Android Studio
  2. Tools Menu, SDK Manager
  3. In the window that comes up there are inner panels, choose the SDK Tools panel
  4. Tick Android SDK Command-line Tools
  5. Choose Apply button near the bottom of the window

use cmd flutter doctor



Run: flutter doctor --android-licenses

set Y for all pop questions 

Use cmd flutter doctor

Once all are installed correctly following should appear



LeetCode C++ Cheat Sheet June

🎯 Core Patterns & Representative Questions 1. Arrays & Hashing Two Sum – hash map → O(n) Contains Duplicate , Product of A...