quasar 0.1.2 copy "quasar: ^0.1.2" to clipboard
quasar: ^0.1.2 copied to clipboard

Quasar is a lightweight and performant Dart package that implements the JSON RPC 2 Spec over the NATS Pub/Sub architecture. It can be used as a server, client, or peer, providing seamless communicatio [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add quasar

With Flutter:

 $ flutter pub add quasar

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

dependencies:
  quasar: ^0.1.2

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:quasar/quasar.dart';
8
likes
130
points
24
downloads

Publisher

unverified uploader

Weekly Downloads

Quasar is a lightweight and performant Dart package that implements the JSON RPC 2 Spec over the NATS Pub/Sub architecture. It can be used as a server, client, or peer, providing seamless communication over various platforms, including Android, iOS, Linux, MacOS, Web, and Windows.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

dart_nats, pedantic, uuid

More

Packages that depend on quasar