dashi 1.0.1 copy "dashi: ^1.0.1" to clipboard
dashi: ^1.0.1 copied to clipboard

Pure Dart client for Umami Analytics — pageviews, custom events, identify, and a pluggable offline queue. Web included.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dashi

With Flutter:

 $ flutter pub add dashi

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

dependencies:
  dashi: ^1.0.1

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

Import it

Now in your Dart code, you can use:

import 'package:dashi/dashi.dart';
0
likes
160
points
108
downloads

Documentation

API reference

Publisher

verified publisherowlnext.fr

Weekly Downloads

Pure Dart client for Umami Analytics — pageviews, custom events, identify, and a pluggable offline queue. Web included.

Repository (GitHub)
View/report issues

Topics

#analytics #umami #tracking #telemetry

License

MIT (license)

Dependencies

dio, http, lucky_dart

More

Packages that depend on dashi