You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: