https://github.com/tinode/dart-sdk
Dart SKD for using Tinode messenger in dart and flutter applications.
https://github.com/tinode/dart-sdk
chat dart flutter messaging tinode
Last synced: 9 months ago
JSON representation
Dart SKD for using Tinode messenger in dart and flutter applications.
- Host: GitHub
- URL: https://github.com/tinode/dart-sdk
- Owner: tinode
- License: apache-2.0
- Created: 2020-12-29T01:39:57.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-07-26T18:22:55.000Z (almost 2 years ago)
- Last Synced: 2024-12-18T19:52:57.017Z (over 1 year ago)
- Topics: chat, dart, flutter, messaging, tinode
- Language: Dart
- Homepage: https://pub.dev/packages/tinode
- Size: 116 KB
- Stars: 41
- Watchers: 10
- Forks: 22
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Tinode Dart SDK 

This SDK implements [Tinode](https://github.com/tinode/chat) 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](https://github.com/tinode/chat). You can find released packages and versions on [pub page](https://pub.dev/packages/tinode).
## 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](https://github.com/tinode/chat/blob/master/docs/API.md) 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](https://github.com/tinode/dart-sdk/issues/new)
## Platform support
* Servers
* Command-line scripts
* Flutter mobile apps
* Flutter desktop apps