asset: assets/fonts/JE3CMSSE.DOCX Build Error

Project Settings



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?

What have you tried so far?

I’ve already tried the following steps:

  1. Ran:

    bash

    코드 복사

    flutter clean flutter pub cache clean flutter pub get flutter build apk

  2. Deleted the following directories/files and tried again:

    • build

    • .dart_tool

    • .flutter-plugins

    • .flutter-plugins-dependencies

Despite all these efforts, the issue persists.

Did you check FlutterFlow's Documentation for this topic?
No