Closed nehemiekoffi closed 10 months ago
Thanks a bunch @nehemiekoffi Will review it early next week.
@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).
Hi @marandaneto I have merged with main
branch.
Closed in favor of https://github.com/PostHog/posthog-flutter/pull/70
:bulb: Motivation and Context
We implemented Android SDK 3.+ and iOS SDK 3+ in order to use those new methods
getFeatureFlagPayload
,distinctId
andregister
We also added a new method called
getFeatureFlagAndPayload
that returnsFeatureFlagData
::green_heart: How did you test it?
I use our Hosthog API Key and I run the example project
:pencil: Checklist