Install Flutter on Mac
Tiempo de lectura: 2 minutos Reading time: 2 minutes Hello, today we are going to learn how to install Flutter on Mac. First, open a terminal and create a new folder to install Flutter: mkdir flutter_instalation Next, download the Flutter repository using Git: git clone https://github.com/flutter/flutter.git Create the Flutter variable by running the ‘pwd’ command to see the current directory: … Read more