auric 0.0.4-alpha
auric: ^0.0.4-alpha copied to clipboard
Lavalink v4 client for Dart with multi-source music support (YouTube, Spotify, Apple Music, SoundCloud). Built from scratch with audio filters and queue management.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add auricWith Flutter:
$ flutter pub add auricThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
auric: ^0.0.4-alphaAlternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:auric/auric.dart';