When trying to download the APK from FlutterFlow, it only shows a message indicating that the download is complete, but it doesn't work properly.
So, I decided to download the FlutterFlow code and build it separately. However, during the build process, I keep getting an error message saying that asset: assets/fonts/JE3CMSSE.DOCX or the file JE3CMSSE.DOCX is missing.
The issue is that there's no mention of asset: assets/fonts/JE3CMSSE.DOCX in the project, nor does a file named JE3CMSSE.DOCX exist anywhere. Previously, I saw similar errors with other DOCX files like E3CMSSE.DOCX, ERLFE6.DOCX, and DQPXZO6.DOCX. Each time, it points to a different DOCX file under assets/fonts/, claiming they are missing.
What’s odd is that other Flutter projects build successfully, but only the FlutterFlow project encounters this issue.
How can I resolve this problem?