FlutterFire CLI
一个帮助在您的Flutter应用程序中使用FlutterFire的CLI。
本地开发设置
要本地设置和使用此CLI仓库以进行贡献,请克隆它并在仓库的根目录中运行以下命令。
# 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. |
# ------------------------------------------------------------------
安装
dart pub global activate flutterfire_cli
由Invertase构建和维护。