UNPKG

flutter-cli

Version:
27 lines (17 loc) 484 B
# Flutter CLI Makes the `flutter` ([Flutter](https://flutter.io)) command| available to use on your operating system . **Author:** [CoericK](https://www.erickarroyo.com) **License:** Apache v2 # Installing Flutter with npm ``` npm install -g flutter-cli ``` # Installing Flutter with Yarn ``` yarn global add flutter-cli ``` # Run flutter doctor Run the following command to see if there are any dependencies you need to install to complete the setup: ``` flutter doctor ```