Szymon
 · FlutterFlow Expert/Partner

OpenAI Text-To-Speech App Tutorial by FlutterFlow Team

Custom Code

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

What have you tried so far?

Tried to delete:

import 'dart:html' as html; // Import for web audio playback
Did you check FlutterFlow's Documentation for this topic?
Yes
2
3 replies