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:
- Check the Dart version in the
flutter project by running flutter --version.
- Notice that the Dart version is 2.19.6.
- 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
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:
flutterproject by runningflutter --version.pubspec.yamlfile 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:
Additional Information: