opentool_daemon 0.5.0 copy "opentool_daemon: ^0.5.0" to clipboard
opentool_daemon: ^0.5.0 copied to clipboard

A HTTP Daemon Server to manage native OpenTool Servers.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add opentool_daemon

With Flutter:

 $ flutter pub add opentool_daemon

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

dependencies:
  opentool_daemon: ^0.5.0

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:opentool_daemon/opentool_daemon_client.dart';
import 'package:opentool_daemon/opentool_daemon_server.dart';
import 'package:opentool_daemon/opentool_daemon_utils.dart';
1
likes
130
points
113
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A HTTP Daemon Server to manage native OpenTool Servers.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

archive, crypto, dio, hive, json_annotation, logging, opentool_dart, path, shelf, shelf_router, unique_id_dart, uuid

More

Packages that depend on opentool_daemon