Skip to content
Kenneth Endfinger edited this page Jun 14, 2014 · 13 revisions

Adding the Dependency

Add the following to your pubspec.yaml

dependencies:
  irc: ">=1.0.0 <2.0.0"

After that, run pub install

Using the Library

Import the library:

import 'package:irc/irc.dart';

Then use it!

Clone this wiki locally