tinode_community 1.0.0-alpha.5 copy "tinode_community: ^1.0.0-alpha.5" to clipboard
tinode_community: ^1.0.0-alpha.5 copied to clipboard

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

Tinode Dart SDK tests #

This SDK implements Tinode client-side protocol for multi platform applications based on dart. This is not a standalone project. It can only be used in conjunction with the Tinode server. You can find released packages and versions on pub page.

Installation #

Depend on it #

Run this command for dart applications:

dart pub add tinode

Run this command for flutter applications:

flutter pub add tinode

Import it #

Now in your Dart code, you can use:

import 'package:tinode/tinode.dart';

Getting support #

  • Read server-side API documentation to know about packets.
  • A complete documentation will be created soon.
  • You can see a simple example in ./example directory.
  • For bugs and feature requests open an issue

Platform support #

  • Servers
  • Command-line scripts
  • Flutter mobile apps
  • Flutter desktop apps
1
likes
130
pub points
25%
popularity

Publisher

verified publisherfreetalk.io.vn

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

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

get_it, rxdart, web_socket_channel

More

Packages that depend on tinode_community