Skip to content

Releases: PostHog/posthog-flutter

4.6.0

03 Oct 07:49
Compare
Choose a tag to compare
  • chore: change host to new address (#106)
  • chore: allow manual initialization of the SDK (#117)

4.5.0

21 May 08:23
Compare
Choose a tag to compare
  • add PrivacyInfo for macOS (#105)

4.4.1

11 Apr 12:00
Compare
Choose a tag to compare
  • fix: const defaultHost was renamed to DEFAULT_HOST and broke the Android build (#98)

4.4.0

03 Apr 08:38
Compare
Choose a tag to compare
  • chore: Allow overriding the route filtering using a ctor param routeFilter (#95)
bool myRouteFilter(Route<dynamic>? route) =>
        route is PageRoute || route is OverlayRoute;
final observer = PosthogObserver(routeFilter: myRouteFilter);

4.3.0

27 Mar 13:22
Compare
Choose a tag to compare
  • add PrivacyInfo (#94)

4.2.0

07 Mar 15:42
Compare
Choose a tag to compare
  • add flush method (#92)

4.0.1

22 Feb 10:11
Compare
Choose a tag to compare
  • Fix passing optional values to the JS SDK (#84)

4.0.0

13 Feb 09:43
Compare
Choose a tag to compare
  • Android minSdkVersion 21
  • iOS min version 13.0
  • Flutter min version 3.3.0
  • Upgraded PostHog Android SDK to v3
  • Upgraded PostHog iOS SDK to v3
  • Upgraded PostHog JS SDK to the latest version
  • PostHog Flutter Plugins are written in Kotlin and Swift
  • Added missing features such as feature flags payloads, debug, and more

4.0.0-RC.2

07 Feb 09:56
Compare
Choose a tag to compare
4.0.0-RC.2 Pre-release
Pre-release

4.0.0-RC.1

30 Jan 13:03
Compare
Choose a tag to compare
4.0.0-RC.1 Pre-release
Pre-release