From e11c3afcc87ffa490605d1dd4792d389bdedd6e7 Mon Sep 17 00:00:00 2001 From: Leigha Reid Date: Mon, 9 Dec 2024 20:25:33 -0500 Subject: [PATCH 1/2] Updating for libraries --- .../creators-hub/submit-item-for-reivew.md | 28 +++++++++++++++---- 1 file changed, 23 insertions(+), 5 deletions(-) diff --git a/docs/marketplace/creators-hub/submit-item-for-reivew.md b/docs/marketplace/creators-hub/submit-item-for-reivew.md index ce0c880d..afe55c67 100644 --- a/docs/marketplace/creators-hub/submit-item-for-reivew.md +++ b/docs/marketplace/creators-hub/submit-item-for-reivew.md @@ -20,6 +20,8 @@ Please review our [**Submission Guidelines**](submission-criteria.md) and our [* ## How to Submit an Item +An item can be an enitre project (in the case of Temlate Apps or Libraries), a page or a component (in the case of Template Page & Components) or a Custom Function, Action or Widget (in the case of Custom Code). + ### 1. Set your project as a Marketplace project Marketplace items should belong to projects that are specifically made to publish Marketplace items (i.e., they should not be inside of a production project). @@ -91,11 +93,27 @@ Provide clear and concise instructions on how to implement and utilize your item #### Marketplace Item Type -Three types of items can be submitted: +Four types of items can be submitted: + +- Libraries +- Template Apps +- Template Page or Components +- Custom Code + -**Template AppPage or ComponentCustom Code** - + +Libraries allow you to share resources like API endpoints, UI components, custom data types, custom code, action blocks and more with complete version control. + +To submit a Library to the Marketplace, first publish your project as a Library. Note that there are some limitations on Library projects - most notably there is currently no support for Firebase or Pages. + +For more details, see the [documentation on Libraries](/docs/resources/projects/libraries.md). + +:::note +*Libraries* can be monetized. The minimum price for Libraries is $50. +::: + + Template apps contain multiple screens. There are 2 sub-types: - **Full App:** an app with authentication, complete navigation, multiple pages/flows, database schema, complete action trees, etc. @@ -105,7 +123,7 @@ Template apps contain multiple screens. There are 2 sub-types: *Template Apps* can be monetized. The minimum price for Template Apps is $200. ::: - + Pages or Components are assembled modules that can be used within FlutterFlow. There are 2 sub-types: - **Page:** a single page in a FlutterFlow project @@ -115,7 +133,7 @@ Pages or Components are assembled modules that can be used within FlutterFlow. T *Pages and Components* cannot be monetized at this time. ::: - + Custom Code is Dart code that can be used within FlutterFlow projects. There are 3 sub-types: - **Custom Functions:** synchronous functions that do not have external dependencies. From e0837354904480f3e57984aa92e8606d9af7f4f6 Mon Sep 17 00:00:00 2001 From: Michael McRoskey <148508623+michael-mcroskey@users.noreply.github.com> Date: Tue, 10 Dec 2024 11:34:42 +0100 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=92=B5=20Update=20price=20minimums=20?= =?UTF-8?q?to=20reflect=20policy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/marketplace/creators-hub/submit-item-for-reivew.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/marketplace/creators-hub/submit-item-for-reivew.md b/docs/marketplace/creators-hub/submit-item-for-reivew.md index afe55c67..0dc70093 100644 --- a/docs/marketplace/creators-hub/submit-item-for-reivew.md +++ b/docs/marketplace/creators-hub/submit-item-for-reivew.md @@ -120,7 +120,7 @@ Template apps contain multiple screens. There are 2 sub-types: - **UI Kit**: purely design-based templates and layouts :::note -*Template Apps* can be monetized. The minimum price for Template Apps is $200. +*Template Apps* can be monetized. The minimum price for Full Apps is $400 while the minimum for UI Kits is $50. :::