-1

Lets say the flutterfire cli has been installed on a Mac using:

dart pub global activate flutterfire_cli

How do you uninstall it?

I tried the docs.

Frank van Puffelen
  • 565,676
  • 79
  • 828
  • 807
Nerdy Bunz
  • 6,040
  • 10
  • 41
  • 100
  • Does this answer your question? [How list/remove globally installed Dart dependencies?](https://stackoverflow.com/questions/29705387/how-list-remove-globally-installed-dart-dependencies) – Andy Ray Aug 27 '23 at 21:47

1 Answers1

1

You used activate to install it, simply using deactivate will uninstall it;

dart pub global deactivate flutterfire_cli
Abdel
  • 404
  • 2
  • 8