Canardoux / flutter_sound

Flutter plugin for sound. Audio recorder and player.
Mozilla Public License 2.0
869 stars 568 forks source link

[BUG]: miss plugin when FlutterEngineGroup create multiple Engines #817

Open dujj opened 2 years ago

dujj commented 2 years ago

Flutter Sound Version : 8.4.2

-FULL

flutter pub deps | grep flutter_sound |-- flutter_sound 8.4.2 | |-- flutter_sound_platform_interface 8.4.2 | |-- flutter_sound_web 8.4.2 | | |-- flutter_sound_platform_interface...

Severity


Platforms you faced the error

Describe the bug FlutterEngineGroup create FlutterEngine, record audio is success, but play audio is failed.

review flutter_sound code in iOS, found that: in FlutterSoundPlayerManager.mm register plugin with: `

} `

in FlutterSoundRecorderManager.mm register plugin with: `

github-actions[bot] commented 9 months ago

This issue is stale because it has been open 90 days with no activity. Leave a comment or this will be closed in 7 days.