bostrot / flutter_plausible_analytics

Plausible Analytics for Flutter as a Dart package.
GNU General Public License v3.0
12 stars 8 forks source link

User agent generator based on device number (mobile devices) #5

Open bostrot opened 1 year ago

bostrot commented 1 year ago

Might be nice in some situations to pre-generate the user agent based on the current device. That should be built into this package.

insertjokehere commented 1 year ago

Hi,

Do you have some example code for doing this? I'm testing this out on a cross-platform app, Plausible correctly identifies our Windows version but the Android devices come up with "(not set)" for both operating system and screen size.

Thanks