hypertrack_views_flutter

Last updated:

0 purchases

hypertrack_views_flutter Image
hypertrack_views_flutter Images
Add to Cart

Description:

hypertrack views flutter

hypertrack_views_flutter #
trying to create an interface for the hypertrack views sdk in flutter
installs the hypertrack views sdk for Android and iOS, and uses flutter platform channels to communicate between them and the dart api.
first time using kotlin and swift :)
https://pub.dev/packages/hypertrack_views_flutter/install
Usage #
Initialize the plugin with HypertrackViewsFlutter views = HypertrackViewsFlutter(PUBLISHABLE_KEY);
Get a single device update with MovementStatus test = await views.getDeviceUpdate(DEVICE_ID);
Subscribe to device updates with
views.subscribeToDeviceUpdates(DEVICE_ID).listen((MovementStatus event) {
do stuff;
});
copied to clipboard

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.