Skip to content

Commit 1beac05

Browse files
authored
Merge branch 'main' into patch-6
2 parents 0914915 + 0a3d458 commit 1beac05

File tree

2 files changed

+61
-27
lines changed

2 files changed

+61
-27
lines changed

docs/resources/projects/how-to-collaborate-on-projects.md

Lines changed: 60 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -11,41 +11,79 @@ keywords: [Collaboration, FlutterFlow, Project Management]
1111
FlutterFlow allows for multiple ways to collaborate on a project as well as the
1212
ability to manage the collaboration through permissions.
1313

14-
## Sharing a Project with a User
14+
## Adding Collaborators
1515

1616
You can invite users to your project who are not part of your organization.
1717
For instance, you might want to share your work with clients, stakeholders, or
1818
team members of the client.
1919

20-
![](imgs/invite-users.avif)
20+
To add an external user as a collaborator to any project, go to the [My Teams](https://app.flutterflow.io/team) page and, under the **Collaborator Passes** section, click **Add Pass** and complete the checkout process. Once the pass is created, enter the user’s details and select the project you’d like to grant them access to.
21+
22+
<div style={{
23+
position: 'relative',
24+
paddingBottom: 'calc(56.67989417989418% + 41px)', // Keeps the aspect ratio and additional padding
25+
height: 0,
26+
width: '100%'}}>
27+
<iframe
28+
src="https://demo.arcade.software/s5nU2VYbrMppj4CRxiGZ?embed&show_copy_link=true"
29+
title=""
30+
style={{
31+
position: 'absolute',
32+
top: 0,
33+
left: 0,
34+
width: '100%',
35+
height: '100%',
36+
colorScheme: 'light'
37+
}}
38+
frameborder="0"
39+
loading="lazy"
40+
webkitAllowFullScreen
41+
mozAllowFullScreen
42+
allowFullScreen
43+
allow="clipboard-write">
44+
</iframe>
45+
</div>
46+
<p></p>
2147

2248
When you invite users to your project, you have the flexibility to assign them
2349
different roles depending on their level of involvement. For example, you can
24-
grant **editing** privileges to collaborators who are actively working on the
25-
project while assigning **read-only access** who need to view the progress.
26-
Alternatively, you can also make them the **owner** of the project, giving them full
27-
control.
28-
:::info
50+
grant **Editor** privileges to collaborators who are actively working on the
51+
project while assigning **Read-only** access who need to view the progress.
52+
Alternatively, you can also make them the **Manager** and **Owner** of the project, giving them more control.
2953

54+
:::info
55+
- Only Growth and Business owners can purchase and assign Collaborator passes.
56+
- Collaborator Passes can only be assigned to users who have a paid plan (Basic, Growth, or Business).
57+
- Once a collaborator is added, they’ll have the same level of access as the team that issued the pass (either Growth or Business, depending on the plan).
3058
- When you add a user, the default role assigned is the *Editor* role.
3159
- Users with read-only access will only be able to access that specific project
3260
and won't be able to access any shared *Teams* libraries (e.g., custom code,
3361
design system).
34-
- Read-only users added to *Teams*/*Organization* will not count against your
35-
*Teams* seat count.
3662
- You must verify your email before inviting users.
3763
- If a user isn't already a FlutterFlow user, we will send them an invite email.
38-
Their status will be shown as **Pending** until they create an account.
39-
- FlutterFlow subscriptions are seat based. A user added to your project will
40-
only have access to the features of their account plan.
64+
Their status will be shown as Pending until they create an account.
4165
:::
4266

4367

44-
## Sharing a Project with an Organization
68+
## Sharing a Project with Team
69+
70+
To share a project with team members, use the **Share with team** dropdown and select how you want the project to be shared:
71+
72+
- **Team project:** A project associated with your team and automatically visible to all team members.
73+
- **Restricted team project:** A project associated with your team but only visible to specific team members who are added directly and to the team owner. After selecting this option, you’ll need to manually choose the team members you want to share the project with.
74+
- **Personal project:** A project not associated with any team, where editing capabilities depend on the type of personal plan you have.
4575

46-
To share a project with all current and future team members in your organization, enable the **Grant team members access** option.
76+
:::info[For Restricted team project]
77+
- The Team owner always has access to the project, regardless of who created or shared it, and retains full team plan capabilities.
78+
- The Team owner can also selectively share the project with any number of team members.
79+
- A [**Library**](../../resources/projects/libraries.md) project will not have the *Restricted Team Project* option.
80+
:::
81+
82+
TODO add new image
4783

48-
![share-with-team](imgs/share-with-team.avif)
84+
:::info
85+
Sharing a project with team members is only available on the **Growth** plan and **higher**. Check out our [**pricing**](https://www.flutterflow.io/pricing) section.
86+
:::
4987

5088
## Real-Time Collaboration
5189

@@ -63,9 +101,8 @@ When multiple builders are on the same page, it looks like this:
63101
![real-time-collaboration.gif](../../../static/img/real-time-collaboration.gif)
64102

65103
:::info
66-
67-
Real-Time collaboration is a feature of our Teams and Enterprise plans.
68-
:::
104+
Real-Time collaboration is only available on the **Growth** plan and **higher**. Check out our [**pricing**](https://www.flutterflow.io/pricing) section.
105+
:::
69106

70107
## Transferring Project
71108

@@ -81,13 +118,10 @@ To transfer ownership to another user, navigate to **Settings & Integrations > P
81118
## Project Activity
82119

83120
You can see a running history of changes made while building that helps you
84-
track progress and stay up to date on project changes. This feature allows team
85-
members to see all the updates made to a project in real-time, enabling them to
86-
understand how the project is evolving and collaborate more efficiently.
87-
88-
![project-activity](imgs/project-activity.avif)
121+
track progress and stay up to date on project changes.
89122

90123
:::info
91-
Teams users can access the last 7 days of project edits, while FlutterFlow
92-
Enterprise users can access and download all previous project edits.
93-
:::
124+
Project Activity is only available to **Enterprise** users. Check out our [**pricing**](https://www.flutterflow.io/pricing) section.
125+
:::
126+
127+
![project-activity](imgs/project-activity.avif)

docs/resources/ui/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Now let's apply the above concepts to what we see in FlutterFlow as we create ou
4646

4747
In FlutterFlow projects, a **Page** is essentially a new section or feature of your app that combines
4848
various UI elements to form a complete screen in the app. When you create a new project in
49-
FlutterFLow, an empty page called `HomePage` is the first thing you see on your canvas.
49+
FlutterFlow, an empty page called `HomePage` is the first thing you see on your canvas.
5050

5151
How you define your pages defines the flow of the app and user experience for the user. For
5252
example, in our [**E-commerce Demo app**](https://bit.ly/ff-docs-demo-v2), after login, the user lands on `ProductListPage` which has a

0 commit comments

Comments
 (0)