The chillest IRC library.
This library is still in moderate development, things are very likely to change in the future.
Firn is modern IRC v3 library written in pure dart. Used in Igloo IRC for android.
Firn relies on an object-based event stream. Any important messages coming from a server are parsed and sent through this event stream. This stream can have any number of listeners.
Examples can be found in /examples
.
basic.dart
shows off Firn in a single-server enviromentpool.dart
shows how Firn can be used in multiple servers at the same time