matssocket 0.19.0+2022-11-11 copy "matssocket: ^0.19.0+2022-11-11" to clipboard
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
1
likes
20
points
8
downloads

Publisher

verified publishermats3.io

Weekly Downloads

2024.09.19 - 2025.04.03

MatsSocket client library employing WebSockets to bridge the asynchronous message based nature of server-side Mats^3 out to end user client applications

Repository (GitHub)

License

unknown (license)

Dependencies

logging

More

Packages that depend on matssocket