botika_socket_client 1.0.1 copy "botika_socket_client: ^1.0.1" to clipboard
botika_socket_client: ^1.0.1 copied to clipboard

Dartlang port of botika Socket Client for web, flutter, dartvm to use

example/botika_socket_client_example.dart

import 'package:botika_socket_client/botika_socket_client.dart';

void main() {
  var socket = SocketClient('https://socket.example.com', {'token': 'example'});
  var channel = socket.channel('test');
  channel.on('message:create', (data) => print(data));
}
1
likes
140
points
25
downloads

Publisher

verified publisherbotika.online

Weekly Downloads

Dartlang port of botika Socket Client for web, flutter, dartvm to use

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

socket_io_client

More

Packages that depend on botika_socket_client