Install Flutter on Mac
![Install Flutter on Mac](https://images.pexels.com/photos/3825569/pexels-photo-3825569.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2)
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