SKKbySSK / coast_audio

Real-Time audio processing library written in Dart.
MIT License
97 stars 12 forks source link

version solving failed in examples/audio_recorder #6

Closed littleGnAl closed 1 year ago

littleGnAl commented 1 year ago

When I run in examples/audio_recorder I got this error

Because every version of coast_audio_fft from path depends on coast_audio from path and every version of flutter_coast_audio_miniaudio from path depends on coast_audio from hosted, coast_audio_fft from
  path is incompatible with flutter_coast_audio_miniaudio from path.
So, because audio_recorder depends on both flutter_coast_audio_miniaudio from path and coast_audio_fft from path, version solving failed.
SKKbySSK commented 1 year ago

Oops, I've just pushed fixes into main branch. Can you test it?

littleGnAl commented 1 year ago

emmm, I just open a pull request for it.

littleGnAl commented 1 year ago

Let me try.

littleGnAl commented 1 year ago

It works now, thanks.