plausible_analytics 0.4.1
plausible_analytics: ^0.4.1 copied to clipboard
A Flutter plugin for Plausible Analytics. This uses the events API to send clickevents and goals to Plausible Analytics.
0.4.1 #
- Requires Flutter 3.32 / Dart 3.8 and updated
universal_ioandflutter_lints - Added revenue tracking via the new
PlausibleRevenueparameter ofevent() - Added the
interactiveparameter so events that the user did not trigger can be kept out of the bounce rate pageandreferreraccept full urls now (including a scheme) and are passed on unchanged, so external referrers and utm parameters are attributed correctly. Plain names keep being reported belowapp://localhost/- An empty
referrer,screen_widthorpropsis no longer sent PlausibleNavigatorObserverreports pops and replacements as well, uses the previously visible route as the referrer, skips non page routes such as dialogs and takes an optionalnameExtractorPlausibleNavigatorObserveris exported fromplausible_analytics.dart- Sending an event no longer overwrites
serverUrlanduserAgent, and an emptyserverUrlreturns1instead of throwing - Tests run against a local stub server instead of a live Plausible instance
0.3.0 #
- Added page navigation observer support
0.2.1 #
- Updated Readme, example and version bump
0.1.4 #
- Enabled for flutter web
- Added plausible event props
- Added example
0.1.3 #
- Added web check
0.1.2 #
- Added error handling for http request.
0.1.1 #
- Added disable feature.
0.1.0 #
- Initial working release.