nodered 1.0.1+1 copy "nodered: ^1.0.1+1" to clipboard
nodered: ^1.0.1+1 copied to clipboard

NodeRED api in dart. Create edit and delete nodes, there is also option to install third party libraries

example/nodered_example.dart

import 'package:nodered/nodered.dart';
import 'package:nodered/src/utils.dart';

void main() {
  NodeRedAPI nodeRed = NodeRedAPI();
  logger.i('IP ${nodeRed.address} port ${nodeRed.port}');
}
1
likes
150
points
12
downloads

Publisher

unverified uploader

Weekly Downloads

NodeRED api in dart. Create edit and delete nodes, there is also option to install third party libraries

Homepage
Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

http, logger, uuid

More

Packages that depend on nodered