dart_nats 0.4.4 copy "dart_nats: ^0.4.4" to clipboard
dart_nats: ^0.4.4 copied to clipboard

A Dart client for the NATS messaging system. Design to use with Dart and flutter.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dart_nats

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

dependencies:
  dart_nats: ^0.4.4

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:dart_nats/dart_nats.dart';
32
likes
0
pub points
83%
popularity

Publisher

unverified uploader

A Dart client for the NATS messaging system. Design to use with Dart and flutter.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

base32, cryptography, web_socket_channel

More

Packages that depend on dart_nats