You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
+
23
25
### 1. Set your project as a Marketplace project
24
26
25
27
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
91
93
92
94
#### Marketplace Item Type
93
95
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
+
95
103
96
-
**Template AppPage or ComponentCustom Code**
97
104
<Tabs>
98
-
<TabItemvalue="1"label="Template App"default>
105
+
<TabItemvalue="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
+
<TabItemvalue="2"label="Template App"default>
99
117
Template apps contain multiple screens. There are 2 sub-types:
100
118
101
119
-**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:
105
123
*Template Apps* can be monetized. The minimum price for Template Apps is $200.
106
124
:::
107
125
</TabItem>
108
-
<TabItemvalue="2"label="Page or Component">
126
+
<TabItemvalue="3"label="Page or Component">
109
127
Pages or Components are assembled modules that can be used within FlutterFlow. There are 2 sub-types:
110
128
111
129
-**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
115
133
*Pages and Components* cannot be monetized at this time.
116
134
:::
117
135
</TabItem>
118
-
<TabItemvalue="3"label="Custom Code">
136
+
<TabItemvalue="4"label="Custom Code">
119
137
Custom Code is Dart code that can be used within FlutterFlow projects. There are 3 sub-types:
120
138
121
139
-**Custom Functions:** synchronous functions that do not have external dependencies.
0 commit comments