I had same issue with flutter_sound. Checked pubspec.lock and found that it was on an old version 9.6.0 so I updated it in pubspec.yaml to flutter_sound: 9.25.9 latest version. Then I did flutter pub upgrade . Also you may need to bump minSdk to 24 in android/app/build.gradle with newer plugin versions.