79401468

Date: 2025-01-30 23:35:06
Score: 2
Natty:
Report link

You marked initTts as async and didn't wait for it to resolve before calling a flutterTts method in the next line. You should make the function synchronous, or simply initiate the variable as final, cause asynchrony is not allowed in initState().

Also, some error messages would help identify your error.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: brudel