Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
6 changes: 6 additions & 0 deletions docs/accounts-billing/referral-program.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@

# Referral Program

:::warning
With the retirement of the Pro plan, the current referral program will also be discontinued. Any active referral discounts will end at your next renewal. However, referral credits you’ve already earned will remain in your account and can be redeemed for free months on the new Growth plan.

We are also exploring new referral and incentive programs to better support and reward our community under the updated pricing model.
:::

Everyone with a FlutterFlow account has a personal referral code to share with friends and colleagues. For every referral that subscribes, you will receive one month of FlutterFlow Pro credited to your account.

In order to receive this reward, the person you referred will need to:
Expand Down
13 changes: 11 additions & 2 deletions docs/misc/customer-support-policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,17 @@ Our support team is available from 5 AM to 5 PM Eastern Time, Monday through Fri

### How To Reach Us

* **Pro** and **Teams** users can reach us using the in-app chat inside FlutterFlow
* We can also be reached at support@flutterflow.io
Depending on your plan, there are multiple ways you can get support when using FlutterFlow:

- **Account and Billing Support**: Available for all plans. You can always reach out for help with managing your account or billing-related questions.

- **Community Support**: All users have access to the FlutterFlow Community Forums, where you can ask questions, share knowledge, and connect with other builders.

- **Email Support**: Available starting from the **Basic** plan and above. Get direct help from our support team via email.

- **In-App Support**: Available starting from the **Growth** plan and above. Chat directly with support specialists from within FlutterFlow for faster assistance.

- **Dedicated Live Support**: Exclusive to the **Enterprise** plan. Gain direct access to dedicated support specialists for priority, hands-on help.

### What We Can Help With

Expand Down
2 changes: 1 addition & 1 deletion docs/resources/projects/libraries.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ To publish a FlutterFlow project as a library, start by creating a FlutterFlow p
<p></p>

:::info
- You can only publish libraries if you have access to branching, which is available to Pro+ users.
- You can only publish libraries if you have access to [**branching**](../../testing-deployment-publishing/branching-collaboration/branching.md), which is available to users on **Growth** plan and above.
- Libraries can only be published from the main branch, and each published version is linked to a specific commit, ensuring robust version control.
- You must commit your changes before publishing a new version of the library.
- It's recommended to include a message that tells users what has changed in the version your are publishing.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Branching creates a separate copy of your work, so you can add new features with
Suppose you have an eCommerce app and you want to add a new feature, such as a product recommendation system. Instead of incorporating it directly into your existing `main` branch and potentially causing problems, you can create a branch to work on this new feature in isolation. Once it's complete, you can integrate it back into the `main` branch.

:::info
While all users can access the branching menu and create commits, only **Pro**, **Teams**, and **Enterprise** plans support creating new branches.
While all users can access the branching menu and create commits, only **Growth** plan and above support creating new branches.
:::


Expand Down