flutterflow_cli 0.0.26
flutterflow_cli: ^0.0.26 copied to clipboard
Command-line client for FlutterFlow. Export code from FlutterFlow projects.
Installation #
dart pub global activate flutterflow_cli
copied to clipboard
How to use #
Base command with required flags:
flutterflow export-code --project ProjectID --token APIToken
copied to clipboard
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: