All Projects → invertase → flutterfire_cli

invertase / flutterfire_cli

Licence: Apache-2.0 License
A CLI to help with using FlutterFire in your Flutter applications.

Programming Languages

dart
5743 projects
shell
77523 projects
Batchfile
5799 projects

FlutterFire CLI

Melos

DocumentationLicense

A CLI to help with using FlutterFire in your Flutter applications.

Local development setup

To setup and use this CLI repo locally for the purposes of contributing, clone it and run the following commands from the root of the repository:

# Remove previous instances of the cli:
dart pub global deactivate flutterfire_cli

# Activate CLI from path:
dart pub global activate --source="path" . --executable="flutterfire"

# Confirm you now using a local development version:
flutterfire --help
# You should now see a banner printed at the top of the help output similar to:
# ------------------------------------------------------------------
# | You are running a local development version of FlutterFire CLI. |
# ------------------------------------------------------------------

Install

dart pub global activate flutterfire_cli

Built and maintained by Invertase.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].