Skip to content

Commit aefd084

Browse files
authored
Merge pull request #311 from FlutterFlow/feature/commits-for-all-users
Add Notice for Project Versions and Commits
2 parents f1cc2d2 + 7c1297e commit aefd084

File tree

2 files changed

+7
-37
lines changed

2 files changed

+7
-37
lines changed

docs/testing-deployment-publishing/branching-collaboration/branching.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Branching creates a separate copy of your work, so you can add new features with
1414
Suppose you have an eCommerce app and you want to add a new feature, such as a product recommendation system. Instead of incorporating it directly into your `main` branch and potentially causing problems, you can create a branch to work on this new feature in isolation. Once it's complete, you can integrate it back into the `main` branch.
1515

1616
:::info
17-
This feature is only available for Pro, Teams and Enterprise users.
17+
While all users can access the branching menu and create commits, only **Pro**, **Teams**, and **Enterprise** plans support creating new branches.
1818
:::
1919

2020

docs/testing-deployment-publishing/branching-collaboration/saving-versioning.md

+6-36
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
slug: /collaboration/saving-versioning
33
title: Saving and Versioning
4-
description: Learn about the crucial concepts of saving and versioning in your FlutterFlow project.
5-
tags: [Saving, Versioning, Collaboration]
4+
description: Learn about versioning in your FlutterFlow.
5+
tags: [Versioning]
66
sidebar_position: 2
77
keywords: [Saving, Versioning, Collaboration, FlutterFlow, Concepts]
88
---
@@ -13,40 +13,10 @@ In this section, we discuss the important concepts of saving and versioning in y
1313

1414
## Versions
1515

16-
Versions enable you to save specific named states of your project. This function is particularly useful for recovery purposes. If you accidentally delete a page or component or change settings, you can easily revert to a saved version.
17-
18-
### Saving a version
19-
20-
Saving the latest changes will store the current state of your app in the version control. In the future, if anything goes wrong, you can restore your app to the currently saved state.
21-
22-
Ideally, you should save the version whenever you accomplish something important, for example, after finishing a page, adding configuration, etc.
23-
24-
<div style={{
25-
position: 'relative',
26-
paddingBottom: 'calc(56.67989417989418% + 41px)', // Keeps the aspect ratio and additional padding
27-
height: 0,
28-
width: '100%'
29-
}}>
30-
<iframe
31-
src="https://demo.arcade.software/nxgOUj0g3jwszbXnCSXE?embed&show_copy_link=true"
32-
title="Sharing a Project with a User"
33-
style={{
34-
position: 'absolute',
35-
top: 0,
36-
left: 0,
37-
width: '100%',
38-
height: '100%',
39-
colorScheme: 'light'
40-
}}
41-
frameborder="0"
42-
loading="lazy"
43-
webkitAllowFullScreen
44-
mozAllowFullScreen
45-
allowFullScreen
46-
allow="clipboard-write">
47-
</iframe>
48-
</div>
49-
<p></p>
16+
:::warning[Project Versions are now deprecated]
17+
You can no longer create new versions in FlutterFlow. However, any previously created versions will remain accessible. Moving forward, we recommend using [**Commits**](#commits), which provides a more robust way to track changes and manage your project history.
18+
:::
19+
5020

5121
### Restoring a version
5222

0 commit comments

Comments
 (0)