Skip to content

Commit 716f987

Browse files
committed
Example of migrated doc
1 parent eb553ac commit 716f987

File tree

4 files changed

+52
-2
lines changed

4 files changed

+52
-2
lines changed
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# Adding & Purchasing Items
2+
3+
## Adding a Marketplace Item
4+
5+
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.
6+
7+
![img.png](imgs%2Fimg.png)
8+
9+
### 1. Open FlutterFlow Marketplace
10+
11+
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/)**.**
12+
13+
In Marketplace, click on any item to learn more about it.
14+
15+
:::tip
16+
you can directly search for an item or filter by item type at the top (e.g., Template Apps).
17+
:::
18+
19+
Important: you must view item details to see supported platforms (iOS, Android, Web).
20+
21+
### 2. Add an item to your FlutterFlow project
22+
23+
<div class="video-container"><iframe src="https://www.loom.
24+
com/embed/342529d978644aabac485e518eff4a76?sid=5fdf99f5-f3a3-4726-a26b-6012ecd9c6c4" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></div>
25+
26+
27+
28+
To add a Marketplace item to your project, go to the item details page.
29+
30+
Free ItemsPaid Items2. Click **+ Add Now**
31+
1. Navigate to the **Owned Items** tab in your [dashboard](https://marketplace.flutterflow.io/dashboard)
32+
8. Click **+ Add to Project** next to the item
33+
11. Select the project you'd like to add the item to, and FlutterFlow will automatically import the item
34+
35+
**Tip:** you will need to add the item to each individual project that you want to use the item in.
36+
37+
2. Click **+ Buy Now**
38+
5. You will be redirected to Stripe for check out. Fill in payment details and click **Pay**.
39+
8. Upon successful payment, navigate to the **Owned Items** tab in your [dashboard](https://marketplace.flutterflow.io/dashboard)
40+
11. You can now start a new project using the template
41+
42+
**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](/marketplace/adding-and-purchasing-items/refund-policy) for details.
43+
44+

docs/marketplace/imgs/img.png

453 KB
Loading

docs/marketplace/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: Marketplace
3+
sidebar_position: 1
4+
---
5+
6+
// Show all possible links

docs/resources/ui/components/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ Leveraging components effectively helps you build a consistent, efficient, and m
4141

4242
## Types of Components in FlutterFlow
4343

44-
- **[Build-in Components](built-in-components/getting-started.md):** FlutterFlow
44+
- **Built-in Components:** FlutterFlow
4545
includes a variety of built-in pre-defined widgets that
4646
serve as ready-made components, such as the `CreditCard` or `Signature` widget. These are
4747
out-of-the-box solutions provided by FlutterFlow that can be directly integrated into any project
4848
to offer specific functionalities.
4949

50-
- **[User-Defined Components](custom-components/getting-started.md):** You can also build your own
50+
- **[Custom Components](custom-components/getting-started.md):** You can also build your own
5151
components by assembling
5252
multiple
5353
widgets using FlutterFlow’s drag-and-drop interface. This method involves strategically

0 commit comments

Comments
 (0)