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
To add it to a specific project, go to **Settings > Project Dependencies**, click **Add Library**, and search for Branch.
687
+
You can install the [Branch Deeplinking Library from the Marketplace](https://marketplace.flutterflow.io/item/oAco1HzQHxtOVE1ssTcC). Refer to the [Add Library Item](../../marketplace/adding-purchasing-item.md#add-library-item) instructions to see how to add it to your account.
Copy file name to clipboardExpand all lines: docs/marketplace/adding-purchasing-item.md
+16-37Lines changed: 16 additions & 37 deletions
Original file line number
Diff line number
Diff line change
@@ -11,49 +11,28 @@ import TabItem from '@theme/TabItem';
11
11
12
12
# Adding & Purchasing Items
13
13
14
-
## Adding a Marketplace Item
14
+
The **FlutterFlow Marketplace** lets you add new features to your app in just a few clicks. It includes ready-made components, templates, and libraries built by other users. These items can help you add things that are not yet available in FlutterFlow or would take more time to build from scratch.
15
15
16
-
Add new functionality to your app in seconds! The FlutterFlow Marketplace features user-built components and templates that you can add directly to your FlutterFlow project. These items allow you to add functionality that is not currently available or easy to build in FlutterFlow.
16
+
To add a Marketplace item, go to your FlutterFlow dashboard and click **Marketplace**, or visit [marketplace.flutterflow.io](https://marketplace.flutterflow.io/) directly. Click on any item to view its details.
17
17
18
-
### 1. Open FlutterFlow Marketplace
18
+
- For **free items**, click **+ Clone for Free**, then choose the project you want to add it to.
19
+
- For **paid items**, click **Buy Now** and complete the purchase.
19
20
20
-
To add a Marketplace Item to your project, head to your FlutterFlow dashboard and select **Marketplace** or head over to [marketplace.flutterflow.io](https://marketplace.flutterflow.io/). In Marketplace, click on any item to learn more about it.
21
-
22
-

23
-
24
-
:::tip
25
-
You can directly search for an item or filter by item type at the top (e.g., Template Apps).
26
-
:::
27
-
28
-
:::warning[Important]
29
-
You must view item details to see supported platforms (iOS, Android, Web).
30
-
:::
31
-
32
-
33
-
### 2. Add an item to your FlutterFlow project
34
-
To add a Marketplace item to your project, go to the item details page.
21
+
Once added, the item will be available in your selected project for immediate use.
35
22
36
23
<Tabs>
37
-
<TabItemvalue="1"label="Free Items"default>
24
+
<TabItemvalue="1"label="Free Item"default>
25
+

26
+
</TabItem>
27
+
<TabItemvalue="2"label="Paid Item">
28
+

29
+
</TabItem>
30
+
</Tabs>
38
31
39
-

40
-
1. Click **+ Add Now**
41
-
2. Navigate to the **Owned Items** tab in your [dashboard](https://marketplace.flutterflow.io/dashboard)
42
-
3. Click **+ Add to Project** next to the item
43
-
4. Select the project you'd like to add the item to, and FlutterFlow will automatically import the item
32
+
## Add Library Item
44
33
45
-
:::tip
46
-
You will need to add the item to each individual project that you want to use the item in.
47
-
:::
48
-
</TabItem>
49
-
<TabItemvalue="2"label="Paid Items">
50
-

34
+
To install a library item from the Marketplace, search for the library, open its details page, and click **+ Add for Free**. This adds the library to your FlutterFlow account, meaning you can reuse it in any of your projects.
51
35
52
-
1. Click **+ Buy Now**
53
-
2. You will be redirected to Stripe for check out. Fill in payment details and click **Pay**.
54
-
3. Upon successful payment, navigate to the **Owned Items** tab in your [dashboard](https://marketplace.flutterflow.io/dashboard)
55
-
4. You can now start a new project using the template
36
+
To add it to a specific project, go to **Settings > Project Dependencies**, click **Add Library**, and search for your library.
56
37
57
-
**Note:** Template App purchases are single-use only and non-refundable. See [Marketplace Terms of Service](https://flutterflow.io/tos-marketplace) and our [Refund Policy](refund-policy.md) for details.
0 commit comments