I have some audio recording buttons in my app that until last week they all worked fine.
Now they stopped working, I tested a lot of things, and the only action that stopped working is the "Stop Audio Recording".
Anyone knows if this is a flutterflow bug and if they are working to solve this issue?
Stop Audio Recording Action stopped working
Actions & Logic
The logic of my recorded is:
If page state = 0 --> Start audio recording + Update page state to 1
If page state = 1 --> Stop audio recording + Update page state to 0
1.. I tried creating a new button
2. I tried changing the audio name and the action output name
3. I tried putting these actions in separeted buttons - One for starting and other for stopping
4. I've put a container that changes color when the page state is 1, so I can make sure that it is updating
5. In the 'Update page state' action I tried putting the update type as 'Rebuild current page' and 'No rebuild'
6. In the 'Stop recording' action I tried putting actions before this one, and they all worked, but no action after the 'Stop recording' seems to work
No
4
7 replies