- Bugfixes with flutter web and identify call PostHog#16
- Update to androidX for example android project
- Fix ios example app and params
- Fix web library, example, and docs
- Remove
generated_plugin_registrant.dart
from library
- Migrate to flutter 2
- Bump and pin version for Android lib to 1.1.1 because of bug
- Bump and pin version for Android lib to 1.1.0
- Bump the version for Android lib for screen $screen_name consistency
- 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()
- Bug fix for android identify method
- Rename entire repo from flutter-posthog to posthog-flutter
- Some renaming for consistency
- Posthog client library for Flutter is released!