temi_sdk_flutter 1.6.0 copy "temi_sdk_flutter: ^1.6.0" to clipboard
temi_sdk_flutter: ^1.6.0 copied to clipboard

PlatformAndroid

Dart bindings for the Temi SDK.

Temi SDK Flutter #

Dart bindings for the Temi SDK using Pigeon.

Quickstart #

The generated pigeon class Robot is exposed as the public API for now.

import 'package:temi_sdk_flutter/pigeon.g.dart';

var robot = Robot();
var sn = robot.getSerialNumber();

Listeners #

Implement the generated RobotEvents class to use listeners.

import 'package:temi_sdk_flutter/pigeon.g.dart';

class RobotEventsImpl implements RobotEvents {
    // ...
}

Register your implementation in your application's main function.

void main () {
    RobotEvents.setUp(RobotEventsImpl());
}

Features #

  • ❌ Voice
  • ❌ Navigation
  • ❌ Movement & Follow
  • ❌ Users & Telepresence
  • ❌ System
  • ❌ Kiosk Mode
  • ❌ Activity Stream
  • ❌ Detection Mode
  • ❌ Permission
  • ❌ Sequence
  • ❌ Tour
  • ❌ Map
  • ❌ Face Recognition
  • ❌ Serial
  • ❌ Common
  • ❌ Interface
1
likes
120
points
57
downloads

Publisher

unverified uploader

Weekly Downloads

Dart bindings for the Temi SDK.

Repository

Documentation

API reference

License

unknown (license)

Dependencies

flutter

More

Packages that depend on temi_sdk_flutter

Packages that implement temi_sdk_flutter