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

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

example/dashi_example.dart

import 'package:dashi/dashi.dart';

/// Minimal usage sketch — the full quickstart lands with the client
/// implementation (see the repository README).
void main() {
  const context = UmamiContext(
    language: 'en-US',
    screen: '1920x1080',
    userAgent: 'Dashi/0.1 (example; Linux)',
  );
  // ignore: avoid_print
  print('dashi example placeholder — context language: ${context.language}');
}
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