flutter_slam_sdk 0.0.4 flutter_slam_sdk: ^0.0.4 copied to clipboard
A Flutter wrapper for the Combain Slam SDK.
Combain Slam SDK Flutter Plugin #
This plugin is a wrapper for the Combain Slam SDK. It provides a simple way to integrate the SDK into your Flutter app.
Getting Started #
This is all the code needed to start receiving indoor location updates from the Combain Slam SDK.
FlutterSlamSDK slamSdk = FlutterSlamSDK(slamApiKey);
slamSdk.start();
slamSdk.addLocationUpdateListener(locationUpdateListener);
copied to clipboard
Demo #
For a demo project see https://gitlab.combain.com/Hugo-Persson/flutter-slam-sdk-demo-app