flutter_slam_sdk 0.0.6 copy "flutter_slam_sdk: ^0.0.6" to clipboard
flutter_slam_sdk: ^0.0.6 copied to clipboard

PlatformAndroid

A Flutter wrapper for the Combain Slam SDK.

example/lib/main.dart

import 'package:flutter/material.dart';

void main() {
  runApp(const MyApp());
}

class MyApp extends StatefulWidget {
  const MyApp({super.key});

  @override
  State<MyApp> createState() => _MyAppState();
}

class _MyAppState extends State<MyApp> {
  @override
  Widget build(BuildContext context) {
    // See https://gitlab.combain.com/Hugo-Persson/flutter-slam-sdk-demo-app
    return Container();
  }
}
0
likes
120
pub points
47%
popularity

Publisher

unverified uploader

A Flutter wrapper for the Combain Slam SDK.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_plugin_android_lifecycle, pigeon, plugin_platform_interface

More

Packages that depend on flutter_slam_sdk