Flutter web analytics installation
Add the PostHog Flutter SDK to your Add these values to your Update the minimum Android SDK version to 21 in Add these values to your Update the minimum platform version to iOS 13.0 in your Add these values in Despite the name, the web analytics dashboard can be used to track screen views in mobile apps, too. Open your app and view some screens to generate some events. To automatically capture screen views, you can use the After installing PostHog and ensuring autocapture is enabled, head to your web analytics dashboard to see your data. And then check out our getting started guide. PostHog tip: Web analytics works with anonymous events. This means if you are primarily using PostHog for web analytics, it can be significantly cheaper for you.Install the package
Requiredpubspec.yaml:Platform setup
RequiredAndroidManifest.xml:android/app/build.gradle:Info.plist:Podfile:index.html:Track screen views
RecommendedPostHogObserver with your navigation:Next steps
Recommended