nyxx-discord / nyxx_lavalink

Lavalink subpackage for nyxx library
Apache License 2.0
4 stars 4 forks source link

Latest version of nyxx (4.x) creates conflict with nyxx_lavalink when installing #11

Closed rilysh closed 2 years ago

rilysh commented 2 years ago

Describe the bug After installing nyxx, when I try to install nyxx_lavalink it seems conflict with latest version of nyxx.

To Reproduce Steps to reproduce the behavior:

  1. Install nyxx by dart pub add nyxx
  2. Now try to install nyxx_lavalink

Expected behavior nyxx_lavalink version should be updated with nyxx, therefore no conflict issue should be happen.

Screenshots image

Desktop (please complete the following information):

Additional context Right now nyxx latest version is 4.0.0 and nyxx_lavalink seems stuck in nyxx 3.4.2. Installing only nyxx_lavalink does works. However, it installs older version of nyxx (3.4.2). Seems like nyxx_lavalink needs to bump the version of nyxx with current one.

jr1221 commented 2 years ago

Add to pubspec.yaml:

dependency_overrides:
  nyxx: ^4.0.0

nyxx_lavalink hasn't been updated to support 4.0.0 yet, but I tested it out and I think there are no breaking changes for this package.