Skip to content

Inconsistent Dart Version in Koel Player Flutter Project #111

@HNIdesu

Description

@HNIdesu

Description:

I encountered an issue where the Dart version used in the Koel Player Flutter project is 2.19.6. However, many of the project dependencies require a higher version of Dart. This creates an inconsistency between the Dart version and the required versions of the dependencies, which could potentially lead to unexpected bugs or compatibility issues.

Steps to Reproduce:

  1. Check the Dart version in the flutter project by running flutter --version.
  2. Notice that the Dart version is 2.19.6.
  3. Check the pubspec.yaml file and observe that several dependencies require a higher version of Dart.

Expected Behavior:
The Dart version in the Koel Player project should be consistent with the required versions for the dependencies.

Actual Behavior:
The Dart version is 2.19.6, but the dependencies require a higher version, creating an inconsistency.

Possible Solutions:

  • Update the Flutter version to support a higher Dart version.
  • Alternatively, downgrade the dependencies to be compatible with Dart 2.19.6.

Additional Information:

  • Koel version: 2.2.4
  • Dart version: 2.19.6
  • Dependencies with version conflicts:
    • intl
    • cached_network_image
    • figma_squircle
    • fading_edge_scrollview
    • url_launcher
    • ulid

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions