tinode 1.0.0-alpha.4 copy "tinode: ^1.0.0-alpha.4" to clipboard
tinode: ^1.0.0-alpha.4 copied to clipboard

This SDK implements Tinode client-side protocol for multi platform applications based on dart.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add tinode

With Flutter:

 $ flutter pub add tinode

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

dependencies:
  tinode: ^1.0.0-alpha.4

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:tinode/tinode.dart';
6
likes
120
pub points
42%
popularity

Publisher

unverified uploader

This SDK implements Tinode client-side protocol for multi platform applications based on dart.

Homepage

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

get_it, rxdart, web_socket_channel

More

Packages that depend on tinode