Hello,
Some time ago, the FlutterFlow team created video tutorial: "How to Build a Multilingual AI Voice Assistant in FlutterFlow (OpenAI Text-To-Speech App Tutorial)"
Unfortunately, the code provided by them in the custom action "fetchSpeechAndPlay" prevents building the app as a test run and deploying it via codemagic due to:
import 'dart:html' as html; // Import for web audio playback
Does anyone know how to fix this?
Link to the tutorial:
https://www.youtube.com/watch?v=1GmgjkZiDsk