Skip to content

Commit 71a84ec

Browse files
authored
Merge pull request #185 from FlutterFlow/leigha-library-publishing-edits
Adding details on reverting lib publish
2 parents ed84341 + 18a4965 commit 71a84ec

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs/resources/projects/libraries.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,14 @@ With Libraries, you can publish the complete FlutterFlow project as a library an
3737

3838
## Publishing a Library
3939

40+
To make the resources in your project available for others to use, publish your project as Library.
41+
42+
When you publish your project as a Library, your project will become a **Library Project**, and [certain features](#disabled-features-in-a-library) will no longer be available.
43+
44+
:::note
45+
When you publish your project as Library, it can not be reverted. If you want to restore your project so that it is no longer a Library, you can clone the project. However, things like your deployment and Firestore settings will be cleared. If you want to preserve the state of your project before turning it into a Library, you should clone it first and then publish.
46+
:::
47+
4048
To publish a FlutterFlow project as a library, start by creating a FlutterFlow project as you normally would, then follow these steps:
4149

4250
<div style={{
@@ -78,7 +86,7 @@ When a project is converted into a library, the following features are disabled
7886

7987
- App settings
8088
- Firebase
81-
- Development environment
89+
- Development environments
8290
- Authentication
8391
- Push notifications
8492
- Mobile deployment

0 commit comments

Comments
 (0)