Skip to content

Commit

Permalink
Merge branch 'FlutterFlow'
Browse files Browse the repository at this point in the history
* FlutterFlow:
  warning added
  • Loading branch information
Lutik-sun committed Nov 25, 2024
2 parents 9c128d7 + d21819f commit 7ea1442
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion versioned_docs/version-3.0/ff-getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
import Details from '@site/src/components/Details';

With Adapty, you can create and run paywalls and A/B tests at different points in your app user's journey, such as Onboarding, Settings, etc. These points are called [Placements](placements). A placement in your app can manage multiple paywalls or [A/B tests](ab-tests) at a time, each made for a certain group of users, which we call [Audiences](audience). Moreover, you can experiment with paywalls, replacing one with another over time without releasing a new app version. The only thing you hardcode in the mobile app is the placement ID.
With Adapty, you can create and run paywalls and A/B tests at different points in your mobile app user's journey, such as Onboarding, Settings, etc. These points are called [Placements](placements). A placement in your app can manage multiple paywalls or [A/B tests](ab-tests) at a time, each made for a certain group of users, which we call [Audiences](audience). Moreover, you can experiment with paywalls, replacing one with another over time without releasing a new app version. The only thing you hardcode in the mobile app is the placement ID.

<Zoom>
<img src={require('./img/audience.jpg').default}
Expand All @@ -28,6 +28,12 @@ The Adapty plugin keeps your paywall updated with the latest products from your

To get started, just [add the Adapty Plugin](ff-getting-started#add-the-adapty-plugin-as-a-dependency) to your FlutterFlow project and [initiate it](ff-getting-started#initiate-adapty-plugin) as shown below.

:::warning

The Adapty Plugin for FlutterFlow doesn’t support web apps. Avoid compiling web apps with it.

:::

## Add the Adapty plugin as a dependency

1. In the [FlutterFlow Dashboard](https://app.flutterflow.io/dashboard), open your project, and then click **Settings and Integrations** from the left menu.
Expand Down

0 comments on commit 7ea1442

Please sign in to comment.