ruleway 0.1.1 copy "ruleway: ^0.1.1" to clipboard
ruleway: ^0.1.1 copied to clipboard

A lightweight embeddable rule engine for device automation and edge applications.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add ruleway

With Flutter:

 $ flutter pub add ruleway

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

dependencies:
  ruleway: ^0.1.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:ruleway/ruleway.dart';
1
likes
140
points
8
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A lightweight embeddable rule engine for device automation and edge applications.

Repository (GitHub)
View/report issues

Topics

#rules #automation #iot #edge #sqlite

License

MIT (license)

Dependencies

sqlite3, timezone

More

Packages that depend on ruleway