afterlink 2.0.1 copy "afterlink: ^2.0.1" to clipboard
afterlink: ^2.0.1 copied to clipboard

AfterLink Dart/Flutter client SDK for real-time binary communication

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add afterlink

With Flutter:

 $ flutter pub add afterlink

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

dependencies:
  afterlink: ^2.0.1

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:afterlink/afterlink.dart';
0
likes
130
points
66
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

AfterLink Dart/Flutter client SDK for real-time binary communication

Homepage
Repository (GitHub)
View/report issues
Contributing

License

MIT (license)

Dependencies

msgpack_dart, web_socket_channel

More

Packages that depend on afterlink