utopia_analytics

Creator: coderz1093

Last updated:

0 purchases

utopia_analytics Image
utopia_analytics Images
Add to Cart

Description:

utopia analytics

Utopia Analytics #
Light & Fast Dart Analytics Library

Features #

Analytics
Multiple Providers

Getting started #
Add dependency
dependencies:
utopia_analytics: <latest>
copied to clipboard
Usage #
Example
import 'package:utopia_analytics/utopia_analytics.dart';

void main() async {
final pl = Plausible('utopiadart.dev', 'API_KEY',
userAgent: 'Utopia Dart Framework');
final event = Event(
type: 'click',
name: 'growth',
url: 'https://utopiadart.dev/get-started',
);
await pl.createEvent(event);
}
copied to clipboard
Copyright and license #
The MIT License (MIT) https://www.opensource.org/licenses/mit-license.php

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.