Manoel Aranda Neto
Manoel Aranda Neto
Also like this https://github.com/fluttercommunity/plus_plugins/blob/a71a27c5fbdbbfc56a30359a1aff0a3d3da8dc73/packages/device_info_plus/device_info_plus/ios/Classes/FPPDeviceInfoPlusPlugin.m#L56-L66 @thisames wanna take this one?
Depends on https://github.com/PostHog/posthog-ios/issues/204
Amazing @thisames will take a look.
@thisames look at this [PR](https://github.com/PostHog/posthog-flutter/pull/117) since I need to get this merged in first and will conflict with a few things for you
> hello @thisames Hope you are doing well > > I see you guys are working on the session recording is this feature will be available for Flutter web as...
Hello @lukepighetti Is that on Android or iOS, or both?
Ok both, I [asked](https://github.com/PostHog/posthog-android/pull/226#issuecomment-2671840458) the @PostHog/team-feature-flags first.
> [@marandaneto](https://github.com/marandaneto) yeah, looks like the flutter library isn't emitting the event in this scenario the same way that the other client SDKs do. no other client captures an event...
> I think it's a little "extra" or unnecessary/redundant to have both setters and customizers for exporters. I think the customizer is sufficient. +1 here but I've not used the...
You can read the app's name and version from the package, so it's possible. Eg: https://developer.android.com/reference/android/content/pm/PackageInfo#versionCode https://developer.android.com/reference/android/content/pm/PackageInfo#versionName https://developer.android.com/reference/android/content/pm/PackageInfo#packageName Apps name eg: `context.applicationInfo.loadLabel(context.packageManager)` The EnvironmentName is a bit trickier because it...