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}');
}
0
likes
150
pub points
11%
popularity

Publisher

unverified uploader

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

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

http, logger, uuid

More

Packages that depend on nodered