PostHog / posthog-flutter

PostHog Flutter SDK
https://posthog.com/docs/libraries/flutter
MIT License
52 stars 38 forks source link

PostHog Survey on Flutter #87

Open marandaneto opened 7 months ago

marandaneto commented 7 months ago

Description

Description

Relates to https://github.com/PostHog/posthog-js-lite/issues/110 and https://github.com/PostHog/posthog-android/issues/102

You can use Surveys thru the APIs directly, see this comment.

marandaneto commented 7 months ago

This can be done via Android, iOS, and the JS SDK for Web support or implemented directly in Dart. Implementing directly in Dart would require implementing a few basic things though such as the HTTP request transport, JSON serialization, etc.