quasar 0.1.2
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';