Skip to content

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

License

Notifications You must be signed in to change notification settings

iJack93/flutterfire_cli

 
 

Repository files navigation

FlutterFire CLI

Melos Chat on Discord

DocumentationLicense

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

Local development setup

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

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

# 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.

About

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

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 99.5%
  • Ruby 0.5%