flutterflow_cli 0.0.32-beta.3 copy "flutterflow_cli: ^0.0.32-beta.3" to clipboard
flutterflow_cli: ^0.0.32-beta.3 copied to clipboard

Command-line client for FlutterFlow. Export code from FlutterFlow projects.

example/README.md

Installation #

dart pub global activate flutterflow_cli

FlutterFlow AI Workspace #

Create a workspace for a new app:

flutterflow ai init my-app --env beta
cd my-app
flutterflow ai validate dsl/create.dart

Create a workspace for an existing project:

flutterflow ai init my-edits --env beta --project ProjectID
cd my-edits
flutterflow ai inspect ProjectID
flutterflow ai validate dsl/edit.dart --project-id ProjectID

See the package README for the full FlutterFlow AI workflow.

Export Code #

Download generated Flutter code:

flutterflow export-code --project ProjectID --token APIToken

You can set your API token as an environment variable instead of passing --token:

export FLUTTERFLOW_API_TOKEN="APIToken"

See README for all commands and flags.

76
likes
0
points
3.28k
downloads

Publisher

verified publisherflutterflow.io

Weekly Downloads

Command-line client for FlutterFlow. Export code from FlutterFlow projects.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

archive, args, crypto, ed25519_edwards, glob, http, path

More

Packages that depend on flutterflow_cli