Flutter CLI
Makes the flutter
(Flutter) command| available to use on your operating system .
Author: LvFarias
Installing FlutterCli with npm
sudo npm install -g @lvfarias/fl-cli
Run flutter doctor with cli
Run the following command to see if there are any dependencies you need to install to complete the setup:
fl doctor
or
fl -d