posthog_flutter 2.0.2
posthog_flutter: ^2.0.2 copied to clipboard
Flutter implementation of Posthog client for iOS, Android and Web
2.0.2 #
- Update to androidX for example android project
- Fix ios example app and params
- Fix web library, example, and docs
2.0.1 #
- Remove
generated_plugin_registrant.dart
from library
2.0.0 #
- Migrate to flutter 2
1.11.2 #
- Bump and pin version for Android lib to 1.1.1 because of bug
1.11.1 #
- Bump and pin version for Android lib to 1.1.0
1.11.0 #
- Bump the version for Android lib for screen $screen_name consistency
1.10.0 #
- We will include the last screen that you set in the capture events now.
This will require users to user
Posthog().capture()
instead ofPosthog.capture()
1.9.3 #
- Bug fix for android identify method
1.9.2 #
- Rename entire repo from flutter-posthog to posthog-flutter
1.9.1 #
- Some renaming for consistency
1.9.0 #
- Posthog client library for Flutter is released!