Skip to content

Commit 064f535

Browse files
committed
Delete saving a version
1 parent b80b88e commit 064f535

File tree

1 file changed

+0
-35
lines changed

1 file changed

+0
-35
lines changed

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

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -17,41 +17,6 @@ In this section, we discuss the important concepts of saving and versioning in y
1717
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.
1818
:::
1919

20-
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.
21-
22-
### Saving a version
23-
24-
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.
25-
26-
Ideally, you should save the version whenever you accomplish something important, for example, after finishing a page, adding configuration, etc.
27-
28-
<div style={{
29-
position: 'relative',
30-
paddingBottom: 'calc(56.67989417989418% + 41px)', // Keeps the aspect ratio and additional padding
31-
height: 0,
32-
width: '100%'
33-
}}>
34-
<iframe
35-
src="https://demo.arcade.software/nxgOUj0g3jwszbXnCSXE?embed&show_copy_link=true"
36-
title="Sharing a Project with a User"
37-
style={{
38-
position: 'absolute',
39-
top: 0,
40-
left: 0,
41-
width: '100%',
42-
height: '100%',
43-
colorScheme: 'light'
44-
}}
45-
frameborder="0"
46-
loading="lazy"
47-
webkitAllowFullScreen
48-
mozAllowFullScreen
49-
allowFullScreen
50-
allow="clipboard-write">
51-
</iframe>
52-
</div>
53-
<p></p>
54-
5520
### Restoring a version
5621

5722
Restoring the previous version will preserve the current version, then load the changes from the version you're restoring. Before restoration, you may want to view the changes in the previous version. To do this, select the **Peek** option, which opens the previous version in a new tab.

0 commit comments

Comments
 (0)