PostHog / posthog-flutter

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

Upgrade to Android SDK 3.+ and iOS SDK 3+ #60

Closed nehemiekoffi closed 10 months ago

nehemiekoffi commented 1 year ago

:bulb: Motivation and Context

We implemented Android SDK 3.+ and iOS SDK 3+ in order to use those new methods getFeatureFlagPayload, distinctId and register

We also added a new method called getFeatureFlagAndPayload that returns FeatureFlagData :

:green_heart: How did you test it?

I use our Hosthog API Key and I run the example project

:pencil: Checklist

marandaneto commented 1 year ago

Thanks a bunch @nehemiekoffi Will review it early next week.

marandaneto commented 1 year ago

@nehemiekoffi can you merge the main branch into your master branch to fix possible conflicts? main is the principal branch now and we've pushed some code there. (I already changed the branch target in your PR btw).

nehemiekoffi commented 1 year ago

Hi @marandaneto I have merged with main branch.

marandaneto commented 10 months ago

Closed in favor of https://github.com/PostHog/posthog-flutter/pull/70