We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Add the following to your pubspec.yaml
dependencies: irc: ">=1.0.0 <2.0.0"
After that, run pub install
pub install
Import the library:
import 'package:irc/irc.dart';
Then use it!