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
hello. I'm making a game with Flutter and trying to add sound effects using soundpool. However, the following error occurs in the rootBundle.load function.
flutter: ----------------FIREBASE CRASHLYTICS----------------
flutter: MissingPluginException(No implementation found for method initSoundpool on channel pl.ukaszapps/soundpool)
flutter:
#0 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:160:7)
<asynchronous suspension>
#1 Soundpool._connect (package:soundpool/soundpool.dart:290:20)
<asynchronous suspension>
flutter: ----------------------------------------------------
hello. I'm making a game with Flutter and trying to add sound effects using soundpool. However, the following error occurs in the rootBundle.load function.
my code is here
The text was updated successfully, but these errors were encountered: