Domingo
Domingo
I have a problem when playing long duration audios, in this example I am trying to play an audio of 1 hour and 30 min, but it also happens with...
I am trying to create a drop down menu where you change the sound card and make it change in the player, but it doesn't work for me. I have...
Hi @ClementBeal I hope this message finds you well. I wanted to reach out regarding the audio metadata plugin for Dart that you've developed. Firstly, I want to express my...
When using the PagewiseLoadController in conjunction with a PagewiseListView, a setState() call is triggered during the widget's build phase. This results in the following Flutter error: ```dart FlutterError (setState() or...
## **Problem** ### `setState` during build The `PagewiseLoadController` calls `setState` during the widget's build phase, resulting in the following Flutter error: ``` FlutterError (setState() or markNeedsBuild() called during build. This...