From f2c0cf54a2983f919d8d7abca974f5ef53b2f822 Mon Sep 17 00:00:00 2001 From: Pinkesh Date: Fri, 3 Oct 2025 17:12:44 +0530 Subject: [PATCH] Update content to reflect new pricing plan --- docs/accounts-billing/referral-program.md | 6 ++++++ docs/misc/customer-support-policy.md | 13 +++++++++++-- docs/resources/projects/libraries.md | 2 +- .../branching-collaboration/branching.md | 2 +- 4 files changed, 19 insertions(+), 4 deletions(-) diff --git a/docs/accounts-billing/referral-program.md b/docs/accounts-billing/referral-program.md index eb0d51c7..0886ef0d 100644 --- a/docs/accounts-billing/referral-program.md +++ b/docs/accounts-billing/referral-program.md @@ -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: diff --git a/docs/misc/customer-support-policy.md b/docs/misc/customer-support-policy.md index 89641440..13007cf4 100644 --- a/docs/misc/customer-support-policy.md +++ b/docs/misc/customer-support-policy.md @@ -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 diff --git a/docs/resources/projects/libraries.md b/docs/resources/projects/libraries.md index 54d03ef9..cad64967 100644 --- a/docs/resources/projects/libraries.md +++ b/docs/resources/projects/libraries.md @@ -74,7 +74,7 @@ To publish a FlutterFlow project as a library, start by creating a FlutterFlow 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. diff --git a/docs/testing-deployment-publishing/branching-collaboration/branching.md b/docs/testing-deployment-publishing/branching-collaboration/branching.md index c5ad3e7f..0973d2b0 100644 --- a/docs/testing-deployment-publishing/branching-collaboration/branching.md +++ b/docs/testing-deployment-publishing/branching-collaboration/branching.md @@ -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. :::