stomp_dart_client 2.1.3 copy "stomp_dart_client: ^2.1.3" to clipboard
stomp_dart_client: ^2.1.3 copied to clipboard

Dart STOMP client for easy messaging interoperability. Build with flutter in mind, but should work for every dart application.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add stomp_dart_client
copied to clipboard

With Flutter:

 $ flutter pub add stomp_dart_client
copied to clipboard

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

dependencies:
  stomp_dart_client: ^2.1.3
copied to clipboard

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:stomp_dart_client/stomp_dart_client.dart';
copied to clipboard
126
likes
160
points
13.8k
downloads

Publisher

verified publisherblackhorse-one.com

Weekly Downloads

2024.09.11 - 2025.03.26

Dart STOMP client for easy messaging interoperability. Build with flutter in mind, but should work for every dart application.

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

web, web_socket_channel

More

Packages that depend on stomp_dart_client