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
Real-Time Collaboration is a powerful feature that allows multiple builders to work together on the same project or, rather same page and design system simultaneously. With this, all builders can see the changes being made to the page as they happen and can also make their own changes to the page without interfering with the work of others.
@@ -99,11 +99,11 @@ This increases efficiency and productivity, as multiple builders can work on var
99
99
100
100
To enable real-time collaboration, navigate to Settings & Integrations (from the left Navigation Menu) > Project Setup > Collaboration > click Enable Updated Collaboration.
To disable this feature anytime, click the Disable Updated Collaboration button.
109
109
@@ -148,7 +148,7 @@ This step can not be undone. If you want to regain project ownership, the new pr
148
148
## Project Activity
149
149
You can see a running history of changes made while building that helps you track progress and stay up to date on project changes. This feature allows team members to see all the updates made to a project in real-time, enabling them to understand how the project is evolving and collaborate more efficiently.
Copy file name to clipboardExpand all lines: docs/resources/Projects/how-to-create-find-organize-projects.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ toc_max_heading_level: 5
7
7
## How to Create a Project
8
8
To create a new project, go to the Dashboard and click the “Create New” button in the upper right corner. This will open the “Create Project” window where you can choose to start with a template app or a blank project. Name the project and then select a blank project or template.
9
9
10
-
<imgsrc="../../../static/img/create-new-project.avif"alt="Create New Project" />
During project creation, you can access a three-step "Project Setup" window, which is optional. If you prefer to bypass this, simply click "Skip." All setup options will remain accessible under “Settings and Integrations” → “Firebase” → Wizard hat icon.
Copy file name to clipboardExpand all lines: docs/resources/Projects/how-to-create-use-app-state.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ FlutterFlow manages state in several ways, depending on the scope.
11
11
12
12
Generally, state management is handled using the Provider package, which facilitates the provisioning of data models for components, pages, and the overall app state.
0 commit comments