plausible_analytics 0.3.0 copy "plausible_analytics: ^0.3.0" to clipboard
plausible_analytics: ^0.3.0 copied to clipboard

A Flutter plugin for Plausible Analytics. This uses the events API to send clickevents and goals to Plausible Analytics.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add plausible_analytics

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  plausible_analytics: ^0.3.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:plausible_analytics/plausible_analytics.dart';
18
likes
140
pub points
77%
popularity

Publisher

verified publisherbostrot.com

A Flutter plugin for Plausible Analytics. This uses the events API to send clickevents and goals to Plausible Analytics.

Repository (GitHub)
View/report issues

Documentation

API reference

License

GPL-3.0 (LICENSE)

Dependencies

flutter, universal_io

More

Packages that depend on plausible_analytics