firn 0.0.2 copy "firn: ^0.0.2" to clipboard
firn: ^0.0.2 copied to clipboard

A modern IRC v3 library written for dart. Used in Igloo IRC for android.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add firn

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  firn: ^0.0.2

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:firn/FirnClient.dart';
import 'package:firn/datatypes/Channel.dart';
import 'package:firn/datatypes/FirnConfig.dart';
import 'package:firn/datatypes/IRCPrefix.dart';
import 'package:firn/datatypes/Message.dart';
import 'package:firn/events/ChannelEvent.dart';
import 'package:firn/events/FirnEvent.dart';
import 'package:firn/events/MessageRecievedEvent.dart';
import 'package:firn/events/NickNameChangedEvent.dart';
import 'package:firn/events/ServerConnectEvent.dart';
import 'package:firn/parser/IRCMessageParser.dart';
import 'package:firn/parser/IRCPrefixParser.dart';
0
likes
30
pub points
19%
popularity

Publisher

unverified uploader

A modern IRC v3 library written for dart. Used in Igloo IRC for android.

Repository (GitHub)
View/report issues

License

LGPL-3.0 (LICENSE)

More

Packages that depend on firn