matssocket 1.0.0+2025-10-27 copy "matssocket: ^1.0.0+2025-10-27" to clipboard
matssocket: ^1.0.0+2025-10-27 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

With Flutter:

 $ flutter pub add matssocket

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

dependencies:
  matssocket: ^1.0.0+2025-10-27

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:matssocket/matssocket.dart';
1
likes
150
points
2
downloads

Publisher

verified publishermats3.io

Weekly Downloads

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)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

http, logging, web

More

Packages that depend on matssocket