Floating-Dartists / matomo-tracker

A fully cross-platform wrap of the Matomo tracking client for Flutter, using the Matomo API.
https://pub.dev/packages/matomo_tracker
MIT License
26 stars 28 forks source link

More Details about the device #163

Closed Johannes-Schiel closed 4 months ago

Johannes-Schiel commented 4 months ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

currently i only see something like "Model = Apple - iPhone" this is ok but it would be awesome when we get the real device name like "iPhone 14 Pro " or something like this.

Describe the solution you'd like A clear and concise description of what you want to happen.

there are multiple flutter packages that generate those informations. I would use the https://github.com/Floating-Dartists/matomo-tracker/issues/163#issue-2367809935 for this i would create a feature like the platform_info

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

i would love to help create that feature if this is a solution :)

TesteurManiak commented 4 months ago

Was implemented in https://github.com/Floating-Dartists/matomo-tracker/pull/158 You can try it by pointing to the main branch or the latest commit on the repo.