flutter_analytics_piwik 1.0.7
flutter_analytics_piwik: ^1.0.7 copied to clipboard
SDK Flutter for Piwik Analytics
SDK Configuration #
Server #
- You need a Piwik PRO account on the cloud or an on-premises setup which your mobile app will communicate with. For details, please visit the Piwik PRO website.
Client #
Run this command:
With Flutter:
$ flutter pub add flutter_analytics_piwik
Configurations #
You'll need to configure the tracker before using any other methods - for that you will need the base URL address of your tracking server and website ID (you can find it in Administration > Websites & apps > Installation on the web interface).
Fixes #
This package fixes iOS problems encountered on the original package
Usage #
check example folder
to /example folder.