wiredashio / wiredash-sdk

Interactive user feedback tool for Flutter 🎉
https://pub.dev/packages/wiredash
Other
514 stars 66 forks source link

[Analytics] Add (more) device metadata to the reports #356

Open t-kietzmann opened 4 months ago

t-kietzmann commented 4 months ago

I would like to be able to view additional meta data of the devices in the Analytics Console (so far only the platform is provided) - and I think that the information can be displayed in a GDPR compliant manner, since it is not possible to draw conclusions about the user (since they can have multiple devices or change their device):

For example, the following information is helpful for my customers and us as developers to plan and improve new features:

Since wiredash already depends on device_info_plus, the following implementation should be fairly quick and easy to implement: