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

Update device_info_plus and package_info_plus #149

Closed PavlyukovYegor closed 6 months ago

PavlyukovYegor commented 6 months ago

Hi guys, I'm using your library for a production project, could you please update package_info_plus to at least 6.0.0 and device_info_plus to at least 10.0.1? Because it was in these versions that the developers added privacy policy to iOS, without which Apple will reject builds from May

https://developer.apple.com/support/third-party-SDK-requirements/

TesteurManiak commented 6 months ago

I've published the latest dependency bump in a version 5.0.0-dev.2 on pub.dev, this should solve your issue. Note that for the future if you need a quick dependency bump you can target the main git branch in your pubspec, we're bumping automatically the dependencies once a week with dependabot.

PavlyukovYegor commented 6 months ago

Thanks