Skip to content

Commit e11c3af

Browse files
committed
Updating for libraries
1 parent 6528102 commit e11c3af

File tree

1 file changed

+23
-5
lines changed

1 file changed

+23
-5
lines changed

docs/marketplace/creators-hub/submit-item-for-reivew.md

Lines changed: 23 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ Please review our [**Submission Guidelines**](submission-criteria.md) and our [*
2020

2121
## How to Submit an Item
2222

23+
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).
24+
2325
### 1. Set your project as a Marketplace project
2426

2527
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
9193

9294
#### Marketplace Item Type
9395

94-
Three types of items can be submitted:
96+
Four types of items can be submitted:
97+
98+
- Libraries
99+
- Template Apps
100+
- Template Page or Components
101+
- Custom Code
102+
95103

96-
**Template AppPage or ComponentCustom Code**
97104
<Tabs>
98-
<TabItem value="1" label="Template App" default>
105+
<TabItem value="1" label="Libraries" default>
106+
Libraries allow you to share resources like API endpoints, UI components, custom data types, custom code, action blocks and more with complete version control.
107+
108+
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.
109+
110+
For more details, see the [documentation on Libraries](/docs/resources/projects/libraries.md).
111+
112+
:::note
113+
*Libraries* can be monetized. The minimum price for Libraries is $50.
114+
:::
115+
</TabItem>
116+
<TabItem value="2" label="Template App" default>
99117
Template apps contain multiple screens. There are 2 sub-types:
100118

101119
- **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:
105123
*Template Apps* can be monetized. The minimum price for Template Apps is $200.
106124
:::
107125
</TabItem>
108-
<TabItem value="2" label="Page or Component">
126+
<TabItem value="3" label="Page or Component">
109127
Pages or Components are assembled modules that can be used within FlutterFlow. There are 2 sub-types:
110128

111129
- **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
115133
*Pages and Components* cannot be monetized at this time.
116134
:::
117135
</TabItem>
118-
<TabItem value="3" label="Custom Code">
136+
<TabItem value="4" label="Custom Code">
119137
Custom Code is Dart code that can be used within FlutterFlow projects. There are 3 sub-types:
120138

121139
- **Custom Functions:** synchronous functions that do not have external dependencies.

0 commit comments

Comments
 (0)