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

Viam Robotics Flutter SDK. Connect to your Viam robots using WebRTC or gRPC, and control your robots remotely.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add viam_sdk

With Flutter:

 $ flutter pub add viam_sdk

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  viam_sdk: ^0.0.6

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:viam_sdk/viam_sdk.dart';
2
likes
0
pub points
73%
popularity

Publisher

verified publisherviam.com

Viam Robotics Flutter SDK. Connect to your Viam robots using WebRTC or gRPC, and control your robots remotely.

Homepage

License

unknown (license)

Dependencies

collection, fixnum, flutter, flutter_joystick, flutter_webrtc, grpc, image, intl, logger, protobuf

More

Packages that depend on viam_sdk