In this tutorial I have resolved 2 issues that you may face while settting up flutter on your machine for the very first time in windows operating system.
[!] Android toolchain - develop for Android devices (Android SDK version 35.0.1)
X cmdline-tools component is missing
Run path/to/sdkmanager --install "cmdline-tools;latest"
See https://developer.android.com/studio/command-line for more details.
X Android license status unknown.
Run flutter doctor --android-licenses to accept the SDK licenses.
See https://flutter.dev/to/windows-android-setup for more details.
Download
0 formats
No download links available.
cmdline-tools component is missing Run `path/to/sdkmanager --install "cmdline-tools;latest"` flutter | NatokHD