connectme 2.0.2 copy "connectme: ^2.0.2" to clipboard
connectme: ^2.0.2 copied to clipboard

outdated

WebSocket connection management library to handle client-server communication in event-based manner or await-query style (using PackMe messages).

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add connectme

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

dependencies:
  connectme: ^2.0.2

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:connectme/connectme.dart';
12
likes
0
pub points
58%
popularity

Publisher

verified publisherminimagic.games

WebSocket connection management library to handle client-server communication in event-based manner or await-query style (using PackMe messages).

Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (LICENSE)

Dependencies

packme

More

Packages that depend on connectme