Skip to content

Commit cbad641

Browse files
committed
Added info on changing URL override for Beta and Enterprise version.
1 parent 7396b20 commit cbad641

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

docs/ff-concepts/adding-customization/vscode-extension.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,3 +229,42 @@ To delete a Custom Action or Widget, delete the associated file.
229229
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.
230230

231231

232+
## FAQs
233+
<details>
234+
<summary>How do I download code from the Beta or Enterprise version of FlutterFlow?</summary>
235+
<p>
236+
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.
237+
238+
For example:
239+
240+
- For the **Beta** version, set the `flutterflow.urlOverride` value to `https://api-beta.flutterflow.io/v1`.
241+
- For the **Enterprise** version, set the `flutterflow.urlOverride` value to `https://api-enterprise-[region].flutterflow.io` (replace [region] with your specific region).
242+
243+
<div style={{
244+
position: 'relative',
245+
paddingBottom: 'calc(56.67989417989418% + 41px)', // Keeps the aspect ratio and additional padding
246+
height: 0,
247+
width: '100%'}}>
248+
<iframe
249+
src="https://demo.arcade.software/nt5zn8DE5GxLPbKeZVL3?embed&show_copy_link=true"
250+
title=""
251+
style={{
252+
position: 'absolute',
253+
top: 0,
254+
left: 0,
255+
width: '100%',
256+
height: '100%',
257+
colorScheme: 'light'
258+
}}
259+
frameborder="0"
260+
loading="lazy"
261+
webkitAllowFullScreen
262+
mozAllowFullScreen
263+
allowFullScreen
264+
allow="clipboard-write">
265+
</iframe>
266+
</div>
267+
<p></p>
268+
269+
</p>
270+
</details>

0 commit comments

Comments
 (0)