Skip to content

Library to enable sending data to the Spatie/Ray app (https://myray.app).

License

Notifications You must be signed in to change notification settings

NeonArray/ray-dart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ray dart is a library to enable sending data to the Ray app by Spatie. It does not yet have feature parity with other implementations such as spatie/ray-php but it is mostly there.

Getting started

This library is not a published package as of yet, so in order to use it you would need to clone this repo and add to your dependencies manually.

Usage

import 'package:ray_dart/ray_dart.dart';

ray('some literal string');
ray([1, 2, 3, 4])..clearScreen()..showApp();
ray().hide();
// etc

Testing

Tests are a WIP and at the moment only include a single test group.

Regardless, to test:

dart test

License

The MIT License (MIT). Please see License File for more information.

About

Library to enable sending data to the Spatie/Ray app (https://myray.app).

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages