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
copied to clipboard

With Flutter:

 $ flutter pub add tinode
copied to clipboard

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
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:tinode/tinode.dart';
copied to clipboard
6
likes
130
points
34
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.16 - 2025.03.31

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