viam_sdk 0.0.13 viam_sdk: ^0.0.13 copied to clipboard
Viam Robotics Flutter SDK. Connect to your Viam robots using WebRTC or gRPC, and control your robots remotely.
Viam SDK Examples #
This directory contains examples on how to use the Viam Flutter SDK.
- Viam Example App
- Start using the Viam SDK from scratch! This example will walk you through the canonical way of using the SDK, using API Keys with a fully documented example app.
- Viam Robot Example App
- This example uses Location secrets to connect to a robot. It has a bit more customization, but is not as well documented.