Posthog initialization can only be done natively from android manifest and info.plist. However, there are cases where user want to configure dynamically from the dart side.
A good example is loading the posthog api key and host from some 3rd party(say api or firebase remote config) and then setting up posthog.
The current setup does not allow
This PR aims at solving the above described issue.
:green_heart: How did you test it?
With the example code, on an emulator.
:pencil: Checklist
[x] I reviewed the submitted code.
[ ] I added tests to verify the changes.
[x] I updated the docs if needed.
[x] No breaking change or entry added to the changelog.
:bulb: Motivation and Context
Posthog initialization can only be done natively from android manifest and info.plist. However, there are cases where user want to configure dynamically from the dart side.
A good example is loading the posthog api key and host from some 3rd party(say api or firebase remote config) and then setting up posthog.
The current setup does not allow
This PR aims at solving the above described issue.
:green_heart: How did you test it?
With the example code, on an emulator.
:pencil: Checklist