SKKbySSK / coast_audio

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

fix version solving failed error due to coast_audio_fft dependent coast_audio in path dependencies #7

Closed littleGnAl closed 1 year ago

littleGnAl commented 1 year ago

Change coast_audio to dependent on the pub.dev version, fix https://github.com/SKKbySSK/coast_audio/issues/6

Since I upgrade the Flutter SDK to 3.10, which cause the pubspec.lock updated, I recommend not check-in all the pubspec.lock file, so that it can avoid the pubspec.lock files be updated due to different Flutter SDK version.

littleGnAl commented 1 year ago

closed as fixed.