Skip to content

Commit f2c0cf5

Browse files
committed
Update content to reflect new pricing plan
1 parent f398e01 commit f2c0cf5

File tree

4 files changed

+19
-4
lines changed

4 files changed

+19
-4
lines changed

docs/accounts-billing/referral-program.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11

22
# Referral Program
33

4+
:::warning
5+
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.
6+
7+
We are also exploring new referral and incentive programs to better support and reward our community under the updated pricing model.
8+
:::
9+
410
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.
511

612
In order to receive this reward, the person you referred will need to:

docs/misc/customer-support-policy.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,17 @@ Our support team is available from 5 AM to 5 PM Eastern Time, Monday through Fri
1212

1313
### How To Reach Us
1414

15-
* **Pro** and **Teams** users can reach us using the in-app chat inside FlutterFlow
16-
* We can also be reached at support@flutterflow.io
15+
Depending on your plan, there are multiple ways you can get support when using FlutterFlow:
16+
17+
- **Account and Billing Support**: Available for all plans. You can always reach out for help with managing your account or billing-related questions.
18+
19+
- **Community Support**: All users have access to the FlutterFlow Community Forums, where you can ask questions, share knowledge, and connect with other builders.
20+
21+
- **Email Support**: Available starting from the **Basic** plan and above. Get direct help from our support team via email.
22+
23+
- **In-App Support**: Available starting from the **Growth** plan and above. Chat directly with support specialists from within FlutterFlow for faster assistance.
24+
25+
- **Dedicated Live Support**: Exclusive to the **Enterprise** plan. Gain direct access to dedicated support specialists for priority, hands-on help.
1726

1827
### What We Can Help With
1928

docs/resources/projects/libraries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ To publish a FlutterFlow project as a library, start by creating a FlutterFlow p
7474
<p></p>
7575

7676
:::info
77-
- You can only publish libraries if you have access to branching, which is available to Pro+ users.
77+
- 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.
7878
- Libraries can only be published from the main branch, and each published version is linked to a specific commit, ensuring robust version control.
7979
- You must commit your changes before publishing a new version of the library.
8080
- It's recommended to include a message that tells users what has changed in the version your are publishing.

docs/testing-deployment-publishing/branching-collaboration/branching.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Branching creates a separate copy of your work, so you can add new features with
1414
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.
1515

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

2020

0 commit comments

Comments
 (0)