Using Ray With Dart

You can send information from Dart to Ray via this third party package:

Github: neonarray/ray-dart

Pub.dev: ray_dart

#ray-dart

Install the package normally with dart cli:

dart pub add ray_dart

…install it globally to be able to access it from any script/directory:

dart pub global activate ray_dart

On this page

Help us improve this page