linklytics_flutter 1.1.4 copy "linklytics_flutter: ^1.1.4" to clipboard
linklytics_flutter: ^1.1.4 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.sendEvent('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.