dart sdk
1.0.0

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.
Run this command for dart applications:
dart pub add tinode
Run this command for flutter applications:
flutter pub add tinode
Now in your Dart code, you can use:
import 'package:tinode/tinode.dart';
./example directory.