flutter_sound
flutter_sound copied to clipboard
[BUG]:
Flutter Sound Version : 8.4.2
-
FULL or LITE flavor ? Full
-
Important: Result of the command :
flutter pub deps | grep flutter_sound
Severity
-
Crash ? NO
-
Result is not what expected ? YES
-
Cannot build my App ? NO
-
Minor issue ? NO
Platforms you faced the error
-
iOS ? YES
-
Android ? YES
-
Flutter Web ? Did not test it
-
Emulator ? YES
-
Real device ? YES
Describe the bug When trying to display a list of players, it displays correctly but when press play on one and press play on the next one both seek bars are updated at the same time.
To Reproduce Steps to reproduce the behavior:
- Open widget UI Demo
- Try to record a voice then play it
- Press play on the asset playback
- You will notice that both seek bars are updated together. you can see this video
https://user-images.githubusercontent.com/7923425/147895016-6f93a949-5a28-41d3-83f5-bd271b3f9727.mp4
Logs!!!!
(This is very important. Most of the time we cannot do anything if we do not have information on your bug).
To activate the logs, you must instantiate your modules with the Log Level set to Level.debug
:
FlutterSoundPlayer myPlayer = FlutterSoundPlayer(logLevel: Level.debug);
FlutterSoundRecorder myRecorder = FlutterSoundRecorder(logLevel: Level.debug);
See this