linklytics_flutter 1.0.3 copy "linklytics_flutter: ^1.0.3" to clipboard
linklytics_flutter: ^1.0.3 copied to clipboard

A Flutter plugin for integrating Linklytics analytics into your Flutter applications.

linklytics_flutter #

A Flutter plugin for integrating Linklytics analytics into your Flutter applications.

Features #

  • Easy integration with Linklytics analytics
  • Support for both Android and iOS platforms
  • Track user interactions and events
  • Monitor app performance and usage

Installation #

Add this to your package's pubspec.yaml file:

dependencies:
  linklytics_flutter: ^1.0.0

Then run:

flutter pub get

Usage #

Import the package and initialize Linklytics in your app:

import 'package:linklytics_flutter/linklytics_flutter.dart';

// Initialize Linklytics
await LinklyticsFlutter.initialize('your-api-key');

// Track events
await LinklyticsFlutter.trackEvent('button_clicked', {
  'button_name': 'login',
  'screen': 'home'
});

Requirements #

  • Flutter 3.3.0 or higher
  • Dart 3.9.2 or higher
  • Android: API level 21 or higher
  • iOS: iOS 11.0 or higher

License #

This project is licensed under the MIT License - see the LICENSE file for details.

1
likes
0
points
19
downloads

Publisher

verified publisheralkashier.com

Weekly Downloads

A Flutter plugin for integrating Linklytics analytics into your Flutter applications.

Homepage
Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on linklytics_flutter

Packages that implement linklytics_flutter