You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Instead of passing `--token` you can set `FLUTTERFLOW_API_TOKEN` environment variable.
20
20
* Instead of passing `--project` you can set `FLUTTERFLOW_PROJECT` environment variable.
@@ -30,7 +30,8 @@ API access is available only to users with active subscriptions. Visit https://a
30
30
|`--branch-name`|`-b`|[Optional] Which branch to download. Defaults to `main`. |
31
31
|`--[no-]fix`| None |[Optional] Whether to run `dart fix` on the downloaded code. Defaults to `false`. |
32
32
|`--[no-]parent-folder`| None |[Optional] Whether to download code into a project-named sub-folder. If true, downloads all project files directly to the specified directory. Defaults to `true`. |
33
-
|`--[no-]as-module`| None |[Optional] Whether to generate the project as a Flutter module |
33
+
|`--[no-]as-module`| None |[Optional] Whether to generate the project as a Flutter module. Defaults to `false`. |
34
+
|`--[no-]as-debug`| None |[Optional] Whether to generate the project with debug logging to be able to use FlutterFlow Debug Panel inside the DevTools. Defaults to `false`. |
0 commit comments