You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello i have integrated the amplitude analytics in flutter application. and It's working great and record each event properly.
I have added default tracking configuration as well. It shows version number of the app in dashboard and in event detail/user look up page. But is there any way to add or configure to show versionCode as well.
Hi @Dr-Usman, currently plugins are not supported. We will add plugin support in the future but currently no ETA for it. You can add versionCode by track() to set it as a event property or by identify() to set it as a user property.
@Mercy811 Thank you so much for your response and assistance. There's one more thing i would like to ask Experiment SDK for Flutter? There's support for react native and other client and server sides but i couldn't find for flutter, only analytics SDK support for Flutter. When we are expecting to have an Experiment SDK for Flutter as well?
Hello i have integrated the amplitude analytics in flutter application. and It's working great and record each event properly.
I have added default tracking configuration as well. It shows version number of the app in dashboard and in event detail/user look up page. But is there any way to add or configure to show versionCode as well.
Configuration
Pubspec.yaml =>
version: 0.0.7+8
Dashboard
The text was updated successfully, but these errors were encountered: