Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fixed build error by using correct part to link internal articles
  • Loading branch information
mrdavidorok committed Jul 24, 2025
commit 45e789a92936c3c23a5ad271a865d13ef2486b68
4 changes: 2 additions & 2 deletions docs/marketplace/creators-hub/creator-faqs.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,11 @@ We strive to maintain a high standard, but some items may not meet these expecta

### What is the criteria for getting my item approved for Marketplace?

Please see our [Item Submission Criteria](submission-criteria.md).
Please see our [Item Submission Criteria](docs/marketplace/creators-hub/submission-criteria.md).

### What happens if my item is rejected?

If your item is not approved, it will be returned to draft status, allowing you to make the required edits. We will provide you with detailed feedback via email, specifying the criteria it did not meet. You can see more details about our criteria and suggested actions [here](submission-criteria.md). You can then make the necessary adjustments and resubmit it for review.
If your item is not approved, it will be returned to draft status, allowing you to make the required edits. We will provide you with detailed feedback via email, specifying the criteria it did not meet. You can see more details about our criteria and suggested actions [here](docs/marketplace/creators-hub/submission-criteria.md). You can then make the necessary adjustments and resubmit it for review.

### When will my template be reviewed?

Expand Down
2 changes: 1 addition & 1 deletion docs/marketplace/creators-hub/creators-hub.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ keywords: [FlutterFlow, MarketPlace, Creators Hub]
Welcome to the FlutterFlow Marketplace Creators' Hub! This section is designed to provide you with all the necessary information to contribute effectively and responsibly to Marketplace. Whether you are submitting your first item or looking to understand the legal nuances, you'll find detailed guidelines and helpful tips here.

### **Submitting an Item for Review**
- Understand the [criteria](submission-criteria.md) we apply to items submitted to Marketplace.
- Understand the [criteria](docs/marketplace/creators-hub/submission-criteria.md) we apply to items submitted to Marketplace.
- Learn how to prepare and [submit](submit-item-for-review.md) your items to the Marketplace with our step-by-step guide.

### **Legal Guidelines for Creators**
Expand Down
2 changes: 1 addition & 1 deletion docs/marketplace/creators-hub/submission-criteria.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Below, you'll find the criteria our Submission Review Team uses to review items
- **What To Do:**
- **If you're the sole creator:** Great! Make sure you're submitting the project from your own FlutterFlow account.
- **If you're collaborating:** The project owner should be the one to submit it to Marketplace. Discuss this with your collaborators beforehand.
- **If you've acquired a project:** Ensure the original creator has officially [transferred ownership](/resources/projects/collaboration) rights to you. This may involve legal documentation, so it's important to handle it properly.
- **If you've acquired a project:** Ensure the original creator has officially rights to you. This may involve legal documentation, so it's important to handle it properly.

#### 1.2 Significant Edits Made

Expand Down
2 changes: 1 addition & 1 deletion docs/marketplace/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ FlutterFlow's Marketplace is a dynamic platform designed to enhance your app dev
In the FlutterFlow Marketplace, you can [add and purchase](adding-purchasing-item.md) items to quickly integrate into your projects, significantly reducing development time. The Marketplace is curated to ensure high-quality resources, with contributions from a diverse community of developers and designers.

## Becoming a Contributor
If you're interested in contributing to the Marketplace, the [creator hub](creators-hub/creators-hub.md) is your starting point. Here, you can learn about [submitting items for review](creators-hub/submit-item-for-review.md), [submission criteria](creators-hub/submission-criteria.md), and [legal guidelines](creators-hub/legal-guidelines-for-creators.md) for creators. Ensuring your submissions adhere to these guidelines helps maintain the quality and integrity of the Marketplace.
If you're interested in contributing to the Marketplace, the [creator hub](creators-hub/creators-hub.md) is your starting point. Here, you can learn about [submitting items for review](creators-hub/submit-item-for-review.md), [submission criteria](docs/marketplace/creators-hub/submission-criteria.md), and [legal guidelines](creators-hub/legal-guidelines-for-creators.md) for creators. Ensuring your submissions adhere to these guidelines helps maintain the quality and integrity of the Marketplace.

## Protecting Your Work
Understanding and navigating [copyright (DMCA process)](creators-hub/copyright-dmca-process.md) is crucial for both creators and users. The Marketplace provides clear instructions on how to handle copyright issues, ensuring that intellectual property rights are respected.
Expand Down
2 changes: 1 addition & 1 deletion docs/resources/projects/join_flutterflow_community.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ You must be a registered FlutterFlow user to join the community.
![](imgs/20250430121510782041.png)

**Use the same email** associated with your FlutterFlow account to receive the invitation.
You can verify your email on your **[FlutterFlow Account Settings](/settings/account)**.
You can verify your email on your FlutterFlow Account Settings.

**Common Issues:**

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,4 @@ Follow the steps below to import a Flutter package into FlutterFlow:
- **Web Support**: Ensure the package supports **Flutter Web** for use in FlutterFlow’s Run/Test mode.
- **Correct Format**: Use the correct format: `package_name: ^version_number`. Not including a version may result in outdated or unstable dependencies.
- **Recompile**: Always recompile your custom widget or action after adding new parameters.
- **Safe Deletion**: You cannot delete a custom widget or action if it's currently in use. Remove it from all screens first.

:::info[Additional Resources]
- [Create a Custom Widget](/custom-code/widgets)
- [Create a Custom Action](/custom-code/actions)
:::
- **Safe Deletion**: You cannot delete a custom widget or action if it's currently in use. Remove it from all screens first.
2 changes: 1 addition & 1 deletion docs/troubleshooting/misc/google_login_issue.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ If enabling pop-ups doesn’t resolve the issue:
- Ensure no browser extensions are blocking authentication.
- Restart the browser and attempt login again.

If the issue persists, [contact FlutterFlow support]([email protected]) for further assistance.
If the issue persists, [contact FlutterFlow support](mailto:[email protected]) for further assistance.