flutter_slam_sdk 0.0.3 copy "flutter_slam_sdk: ^0.0.3" to clipboard
flutter_slam_sdk: ^0.0.3 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

1
likes
0
points
373
downloads

Publisher

unverified uploader

Weekly Downloads

2024.07.06 - 2025.01.18

A Flutter wrapper for the Combain Slam SDK.

Homepage

License

unknown (license)

Dependencies

flutter, flutter_plugin_android_lifecycle, pigeon, plugin_platform_interface

More

Packages that depend on flutter_slam_sdk