matssocket 1.0.0+2025-10-27
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 matssocketWith Flutter:
$ flutter pub add matssocketThis 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-27Alternatively, 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';