Skip to content

Installation

Like It

Flutter Fast product

You can view the Flutter Fast CLI on pub.dev. Give it a 👍 if you like it!

Activate It

Since the CLI is hosted on pub.dev, you can activate it directly from your terminal:

dart pub global activate flutter_fast_cli

You can further verify that the CLI has been activated by listing your active Dart packages:

dart pub global list

You should see an entry for flutter_fast_cli with the newest version listed on pub.

Uninstall It

If you want to uninstall the CLI, run the following command:

dart pub global deactivate flutter_fast_cli