Skip to content

Update about Run Mode Links #217

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Dec 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -125,11 +125,9 @@ To run the app in Run Mode, click on the **dropdown** next to the Test Mode butt

### When to use Run Mode

The main benefit of Run Mode is the ability to share a running app. The link to
this Run Mode session is public and shareable. All Run Mode sessions will persist and
can be
accessed in the dropdown menu next to the lightning bolt icon in the upper right of
the FlutterFlow builder.
The main benefit of Run Mode is the ability to share a running app within your team via a link. Please note that, **Run Mode links are not public**; they are only accessible to project members. Even if the project is made public (allowing others to view and clone the project), the visibility of Run Mode links remains restricted to project members.

All Run Mode sessions will persist and can be accessed from the dropdown menu next to the lightning bolt icon in the upper right of the FlutterFlow builder.

![run-project-versions](../imgs/run-project-versions.avif)

Expand Down
Loading