From 18a49654fb214d9a1e7e55edb81e6c444b89595f Mon Sep 17 00:00:00 2001 From: Leigha Reid Date: Fri, 18 Oct 2024 10:40:38 -0400 Subject: [PATCH] Adding details on reverting lib publish --- docs/resources/projects/libraries.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/resources/projects/libraries.md b/docs/resources/projects/libraries.md index 641cef86..23749337 100644 --- a/docs/resources/projects/libraries.md +++ b/docs/resources/projects/libraries.md @@ -37,6 +37,14 @@ With Libraries, you can publish the complete FlutterFlow project as a library an ## Publishing a Library +To make the resources in your project available for others to use, publish your project as Library. + +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. + +:::note +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. +::: + To publish a FlutterFlow project as a library, start by creating a FlutterFlow project as you normally would, then follow these steps: