irc_dart 1.2.0 copy "irc_dart: ^1.2.0" to clipboard
irc_dart: ^1.2.0 copied to clipboard

IRC client library for Dart.

A trivial IRC client library.

Features #

Supports:

  • Connect to IRC server with plain text or secured with TLS.
  • SASL authentication.
  • Automatic PING response.
  • Basic CTCP response. (CTCP VERSION / PING / TIME)

Usage #

final client = IrcClient();
final connection = await client.connect();
await for (final msg in connection) {
  print(msg);
}

Additional information #

This library is in its very early stages. It only supports sending and receiving raw IRC messages. No useful methods are available yet.

1
likes
150
points
26
downloads

Publisher

verified publisherkkazuo.com

Weekly Downloads

IRC client library for Dart.

Repository (GitHub)

Documentation

API reference

License

ISC (license)

Dependencies

characters

More

Packages that depend on irc_dart