Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error at flutter_audio_query, it is Dart 3 incompatible #845

Open
markchiuleo opened this issue Aug 20, 2024 · 0 comments
Open

error at flutter_audio_query, it is Dart 3 incompatible #845

markchiuleo opened this issue Aug 20, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@markchiuleo
Copy link

markchiuleo commented Aug 20, 2024

Flutter Version

My version : Flutter 3.24.0

Lib Version

My version : 3.1.1

Platform (Android / iOS / web) + version

Platform : both

Describe the bug

A clear and concise description of what the bug is.

in the example, name: assets_audio_player_example. it use flutter_audio_query. but .... it is Dart 3 incompatible.
can anyone help to update it or change it to other?

The current Dart SDK version is 3.5.0.

Because assets_audio_player_example depends on flutter_audio_query >=0.1.0 which doesn't support null safety, version solving failed.

The lower bound of "sdk: '>=2.1.0-dev.68.0 <3.0.0'" must be 2.12.0 or higher to enable null safety.

flutter_audio_query 0.3.5+6 copy "flutter_audio_query: ^0.3.5+6" to clipboard
Published 4 years ago Dart 3 incompatible

@markchiuleo markchiuleo added the bug Something isn't working label Aug 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants