Skip to content

Releases: PostHog/posthog-flutter

4.9.0

18 Dec 14:39
Compare
Choose a tag to compare
  • feat: add getter for current session identifier (#134)

4.8.0

13 Dec 10:54
Compare
Choose a tag to compare
  • chore: change screenshots debouncing approach to throttling (#131)
    • Added throttleDelay config and deprecated debouncerDelay config.

4.7.1

09 Dec 12:02
Compare
Choose a tag to compare
  • chore: do not send repeated snapshots (#126)

4.7.0

03 Dec 15:00
Compare
Choose a tag to compare

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)