@lvfarias/fl-cli
Version:
Flutter CLI
24 lines (16 loc) • 427 B
Markdown
# Flutter CLI
Makes the `flutter` ([Flutter](https://flutter.io)) command| available to use on your operating system .
**Author:** [LvFarias](https://github.com/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
```