Skip to content

Commit 06770cc

Browse files
Update Marketplace Add Item Flow (#402)
* Update marketplace add item flow * Update marketplace item images --------- Co-authored-by: Pooja Bhaumik <pbhaumik26@gmail.com>
1 parent 4136be1 commit 06770cc

File tree

5 files changed

+17
-48
lines changed

5 files changed

+17
-48
lines changed

docs/ff-concepts/navigation-routing/deep-dynamic-linking.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -684,17 +684,7 @@ This library sets up everything you need for routing users into your app using B
684684
685685
### Install Library
686686
687-
To install the Branch Deep Linking Library, open the FlutterFlow Marketplace, search for the library, and click **+ Add for Free**.
688-
689-
:::tip[marketplace]
690-
You can find the [**Library here**](https://marketplace.flutterflow.io/item/oAco1HzQHxtOVE1ssTcC).
691-
:::
692-
693-
This installs the library into your FlutterFlow account, and you can reuse it across any number of projects.
694-
695-
![branch-library-install.png](imgs/branch-library-install.png)
696-
697-
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.
698688
699689
### Branch Setup
700690

docs/marketplace/adding-purchasing-item.md

Lines changed: 16 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -11,49 +11,28 @@ import TabItem from '@theme/TabItem';
1111

1212
# Adding & Purchasing Items
1313

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.
1515

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.
1717

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.
1920

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-
![img.png](imgs/img.png)
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.
3522

3623
<Tabs>
37-
<TabItem value="1" label="Free Items" default>
24+
<TabItem value="1" label="Free Item" default>
25+
![free-item](imgs/free-item.avif)
26+
</TabItem>
27+
<TabItem value="2" label="Paid Item">
28+
![paid-item](imgs/paid-item.avif)
29+
</TabItem>
30+
</Tabs>
3831

39-
![free-items](imgs/free-items.webp)
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
4433

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-
<TabItem value="2" label="Paid Items">
50-
![paid-items](imgs/paid-items.webp)
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.
5135

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.
5637

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.
58-
</TabItem>
59-
</Tabs>
38+
![branch-library-install](imgs/branch-library-install.png)

docs/marketplace/imgs/free-item.avif

221 KB
Binary file not shown.

docs/marketplace/imgs/paid-item.avif

421 KB
Binary file not shown.

0 commit comments

Comments
 (0)