Category: Flutter
-
Flutter Doctor
Run Flutter Doctor command from Windows PowerShell, Command Prompt, Visual Studio Code or Android Studio
-
Adding Flutter SDK PATH on Mac OS X Permanently
Adding Flutter SDK is quite challenging especially for the people coming from Windows background. Here are simple steps to add Flutter SDK Path on Mac OS X. Let’s assume that you have placed the Flutter SDK at the following location:/Users/apple/Downloads/flutter/bin Now perform the following steps: Now, Flutter SDK path is saved permanently. Close the terminal…