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.
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.
You used activate
to install it, simply using deactivate
will uninstall it;
dart pub global deactivate flutterfire_cli