ukasz123 / soundpool

Soundpool plugin for Flutter
88 stars 63 forks source link

Fix issue 43 #89

Closed aideric closed 2 years ago

aideric commented 2 years ago

Fix issue #43

nicofossa commented 2 years ago

This PR also fix a compilation error happening in Flutter 2.10 due to problematic Gradle plugin check. With this PR is possible to run the app without editing the flutter.gradle script

aideric commented 2 years ago

I use Flutter 2.10.0-0.3.pre. I can't build android too. I think remove the above file is better than editing the flutter.gardle script.