hypertrack_plugin 0.1.6 copy "hypertrack_plugin: ^0.1.6" to clipboard
hypertrack_plugin: ^0.1.6 copied to clipboard

outdated

Flutter plugin for HyperTrack SDK

hypertrack_plugin #

Plugin for HyperTrack SDK.

Usage #

To use this plugin, add hypertrack_plugin as a dependency in your pubspec.yaml file.

Example #

// Import package
import 'package:hypertrack_plugin/hypertrack.dart';

// Instantiate it
final sdk = await HyperTrack.initialize(my_publishable_key);


// Set device name
sdk.setDeviceName("Elvis");

// Get device id
final deviceId = await sdk.getDeviceId();

Visit https://hypertrack.com/ for more.

10
likes
0
pub points
67%
popularity

Publisher

unverified uploader

Flutter plugin for HyperTrack SDK

Homepage

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on hypertrack_plugin