flutterflow_cli 0.0.19 flutterflow_cli: ^0.0.19 copied to clipboard
Command-line client for FlutterFlow. Export code from FlutterFlow projects.
Installation #
dart pub global activate flutterflow_cli
How to use #
Base command with required flags:
flutterflow export-code --project ProjectID --token APIToken
See README for the full list of available flags.
Setting API Token Variable #
Your API Token can be added as the environment variable FLUTTERFLOW_API_TOKEN
. This means you don't have to manually pass the --token
flag.
See your corresponding operating system guide: