Releases: PostHog/posthog-flutter
Releases Β· PostHog/posthog-flutter
4.4.1
- fix: const
defaultHost
was renamed toDEFAULT_HOST
and broke the Android build (#98)- Thanks @dancamdev
4.4.0
4.3.0
4.2.0
4.0.1
4.0.0
- 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
4.0.0-RC.1
4.0.0-beta.2
- Flutter macOS support #76
4.0.0-beta.1
- Record the root view as
root ('/')
instead of not recording at all #74 - Do not mutate the given properties when calling capture #74
- Thanks @lukepighetti for the PR!
- Fix
CAPTURE_APPLICATION_LIFECYCLE_EVENTS
typo for iOS #74 - Added iOS support for the
DEBUG
config #74 - Upgrade iOS SDK that fixes missing
Application Opened
events #74