Skip to content

Commit f4438ed

Browse files
adboioclaude
andauthored
docs(flutter): recommend SDK 5.14.0 for latest survey features (#14994)
* docs(flutter): recommend SDK 5.14.0 for latest survey features Updates the Flutter surveys documentation to recommend version 5.14.0 or later for the latest survey customization features, while keeping 5.8.0 as the minimum requirement. Slack thread: https://posthog.slack.com/archives/C07QD3LT8U9/p1770911211150029?thread_ts=1770902761.416349&cid=C07QD3LT8U9 https://claude.ai/code/session_0177JmBPTnUhgxVP71hriERG * Apply suggestion from @adboio * Apply suggestion from @adboio --------- Co-authored-by: Claude <noreply@anthropic.com>
1 parent c440bd5 commit f4438ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contents/docs/surveys/installation/flutter.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import FlutterInstallManual from "../../integrate/_snippets/install-flutter-manu
1111

1212
<Step title="Add PostHog to your app" badge="required">
1313

14-
Using it requires PostHog's Flutter SDK version >= 5.8.0, but it's recommended to always use [the latest version](/docs/sdk-doctor).
14+
Using it requires PostHog's Flutter SDK version >= 5.8.0, but version 5.14.0 or later is recommended for the latest survey customization features. You can check your current version in PostHog using the [SDK doctor](/docs/sdk-doctor).
1515

1616
> **Note:** For mobile surveys, you must setup the SDK manually.
1717
@@ -103,7 +103,7 @@ config.surveys = false; // Disable surveys
103103
- On Android, requires API >= 26.
104104
- On iOS, minimum deployment target is [iOS13](/docs/libraries/ios).
105105
- On Web, surveys are powered by the [JavaScript Web SDK](/docs/surveys/installation/web).
106-
- Requires PostHog Flutter SDK version >= 5.8.0
106+
- Requires PostHog Flutter SDK version >= 5.8.0 (5.14.0+ recommended for latest features)
107107

108108
## Troubleshooting
109109

0 commit comments

Comments
 (0)