nyxx_extensions 2.0.0-rc.1 nyxx_extensions: ^2.0.0-rc.1 copied to clipboard
Extensions for Nyxx library
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add nyxx_extensions
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
nyxx_extensions: ^2.0.0-rc.1
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:nyxx_extensions/attachment_extension.dart';
import 'package:nyxx_extensions/emoji.dart';
import 'package:nyxx_extensions/member_extension.dart';
import 'package:nyxx_extensions/message_resolver.dart';
import 'package:nyxx_extensions/pagination.dart';
import 'package:nyxx_extensions/scheduled_event.dart';
import 'package:nyxx_extensions/utils.dart';