rk_rt 0.0.1 copy "rk_rt: ^0.0.1" to clipboard
rk_rt: ^0.0.1 copied to clipboard

A motion control contract for Dart, name reservation only: 0.0.1 ships no commands, no telemetry and no control loop, and says so at runtime.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add rk_rt

With Flutter:

 $ flutter pub add rk_rt

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

dependencies:
  rk_rt: ^0.0.1

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:rk_rt/rk_rt.dart';
0
likes
160
points
86
downloads

Documentation

API reference

Publisher

verified publisherspherex.kz

Weekly Downloads

A motion control contract for Dart, name reservation only: 0.0.1 ships no commands, no telemetry and no control loop, and says so at runtime.

Repository (GitHub)
View/report issues
Contributing

License

MIT (license)

More

Packages that depend on rk_rt