matssocket 0.19.0+2022-11-11
matssocket: ^0.19.0+2022-11-11 copied to clipboard
MatsSocket client library employing WebSockets to bridge the asynchronous message based nature of server-side Mats^3 out to end user client applications
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add matssocket
copied to clipboard
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
matssocket: ^0.19.0+2022-11-11
copied to clipboard
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:matssocket/matssocket.dart';
copied to clipboard