diff --git a/docs/ff-concepts/adding-customization/vscode-extension.md b/docs/ff-concepts/adding-customization/vscode-extension.md index ea52c81c..bb18848e 100644 --- a/docs/ff-concepts/adding-customization/vscode-extension.md +++ b/docs/ff-concepts/adding-customization/vscode-extension.md @@ -229,3 +229,42 @@ To delete a Custom Action or Widget, delete the associated file. You can add custom [pub.dev](https://pub.dev/) package dependencies with the `Dart: Add Dependency` command from the Visual Studio Code command palette. This will update the `pubspec.yaml` file. +## FAQs +
+How do I download code from the Beta or Enterprise version of FlutterFlow? +

+If you're using a different version of FlutterFlow, such as *Beta* or *Enterprise*, you can override the URL by modifying the **Extension Settings > settings.json** file. + +For example: + +- For the **Beta** version, set the `flutterflow.urlOverride` value to `https://api-beta.flutterflow.io/v1`. +- For the **Enterprise** version, set the `flutterflow.urlOverride` value to `https://api-enterprise-[region].flutterflow.io` (replace [region] with your specific region). + +

+ +
+

+ +

+