temi_sdk_flutter 1.6.0
temi_sdk_flutter: ^1.6.0 copied to clipboard
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