Can we access your project?
Current Behavior
Custom fonts work and display correctly inside the FlutterFlow editor and preview.
However, no custom font files are included in the code export. The export still references:
assets/fonts/HollaBear-Regular-Lippino.ttf
but generated_code/assets/fonts/ contains only favicon.png. The expected HollaBear font file is missing. Creativo and AvenirLT are also not exported.
Because of this, flutter test and flutter build web --release fail during asset bundling.
Expected Behavior
All custom fonts configured in FlutterFlow should be included in the exported project under assets/fonts/.
The pubspec.yaml paths should match the exported font files, so flutter test and flutter build web --release can complete successfully.
Steps to Reproduce
- Create or open a FlutterFlow project.
- Add custom fonts under Theme Settings > Typography > Custom Fonts.
- Use the custom font in text styles.
- Save the changes and export the code.
- Check generated_code/assets/fonts/ and generated_code/pubspec.yaml.
- Run flutter build web --release.
Result: pubspec.yaml references custom font assets, but the font files are not exported.
Reproducible from Blank
Bug Report Code (Required)
IT4ojMrqy4hNobhG+KrAccFvnSQvKUA+aoIR0MpBZywgfZzzBLN/fPfQP1huOLSlYXNIPU22p14G3NnIkuDAG/ZdZA2ZGKpf+odiSA3yRmOnSpuTF7rtf39SP/tjBWnG3KbUgiRCANduLSUS7zmPfNiQdDHUNIzVPXo8Sq/LZO4=
Visual documentation
Der aktuelle Serverstand verwendet inzwischen die Familie HollaBear und kennt lokal die Cache-Datei HollaBear-w400_986683302.ttf. Der Code-Export enthält trotzdem weiterhin keine einzige Custom-Font-Datei; das ist nicht durch eine unterstützte Pfadänderung im FlutterFlow-AI-Export korrigierbar. Ich nehme daher keine Konfigurationsänderung vor.Keine Konfigurationsänderung vorgenommen: Eine dauerhafte Neuzuordnung oder ein Upload bestehender Custom-Font-Dateien wird von der verfügbaren FlutterFlow-AI-Schnittstelle nicht unterstützt.Der aktualisierte Export zeigt:•Familie: HollaBear•Pubspec-Pfad: assets/fonts/HollaBear-Regular-Lippino.ttf•Exportierter Font-Ordner: nur favicon.pngFlutterFlow Desktop kennt lokal eine aktuelle Cache-Datei:HollaBear-w400_986683302.ttf
(96.732 Byte, SHA-256 7CDE07373D982CAC52F354531EB41092864A383B1CFD5AE38535C0B4B8BF9E2E)Sie wird jedoch nicht in generated_code/assets/fonts/ übernommen. Auch Creativo und AvenirLT werden dort aktuell nicht exportiert.Wichtig: Nach dem aktuellen FlutterFlow-Export verwenden alle Textstile nun HollaBear, nicht HollaBear Regular. Ich habe das nicht überschrieben.Manuelle Reparatur in FlutterFlow:1.Öffne Theme Settings → Typography → Custom Fonts.2.Öffne den vorhandenen Font HollaBear und lade die originale TTF-Datei erneut als Gewicht Regular / 400 hoch bzw. ersetze die bestehende Datei.3.Belasse den Familiennamen bei HollaBear, damit die bestehenden Textstile unverändert bleiben.4.Speichern und den Code erneut exportieren.flutter pub get lief beim Export-Refresh erfolgreich. flutter test und flutter build web --release wurden nicht ausgeführt, da keine technische Reparatur erfolgt ist.
Environment
FlutterFlow Desktop
Platform: Windows
Target: Flutter Web
Custom fonts affected: HollaBear, Creativo, AvenirLT
Additional Information
No response
Can we access your project?
Current Behavior
Custom fonts work and display correctly inside the FlutterFlow editor and preview.
However, no custom font files are included in the code export. The export still references:
assets/fonts/HollaBear-Regular-Lippino.ttf
but generated_code/assets/fonts/ contains only favicon.png. The expected HollaBear font file is missing. Creativo and AvenirLT are also not exported.
Because of this, flutter test and flutter build web --release fail during asset bundling.
Expected Behavior
All custom fonts configured in FlutterFlow should be included in the exported project under assets/fonts/.
The pubspec.yaml paths should match the exported font files, so flutter test and flutter build web --release can complete successfully.
Steps to Reproduce
Result: pubspec.yaml references custom font assets, but the font files are not exported.
Reproducible from Blank
Bug Report Code (Required)
IT4ojMrqy4hNobhG+KrAccFvnSQvKUA+aoIR0MpBZywgfZzzBLN/fPfQP1huOLSlYXNIPU22p14G3NnIkuDAG/ZdZA2ZGKpf+odiSA3yRmOnSpuTF7rtf39SP/tjBWnG3KbUgiRCANduLSUS7zmPfNiQdDHUNIzVPXo8Sq/LZO4=
Visual documentation
Der aktuelle Serverstand verwendet inzwischen die Familie HollaBear und kennt lokal die Cache-Datei HollaBear-w400_986683302.ttf. Der Code-Export enthält trotzdem weiterhin keine einzige Custom-Font-Datei; das ist nicht durch eine unterstützte Pfadänderung im FlutterFlow-AI-Export korrigierbar. Ich nehme daher keine Konfigurationsänderung vor.Keine Konfigurationsänderung vorgenommen: Eine dauerhafte Neuzuordnung oder ein Upload bestehender Custom-Font-Dateien wird von der verfügbaren FlutterFlow-AI-Schnittstelle nicht unterstützt.Der aktualisierte Export zeigt:•Familie: HollaBear•Pubspec-Pfad: assets/fonts/HollaBear-Regular-Lippino.ttf•Exportierter Font-Ordner: nur favicon.pngFlutterFlow Desktop kennt lokal eine aktuelle Cache-Datei:HollaBear-w400_986683302.ttf
(96.732 Byte, SHA-256 7CDE07373D982CAC52F354531EB41092864A383B1CFD5AE38535C0B4B8BF9E2E)Sie wird jedoch nicht in generated_code/assets/fonts/ übernommen. Auch Creativo und AvenirLT werden dort aktuell nicht exportiert.Wichtig: Nach dem aktuellen FlutterFlow-Export verwenden alle Textstile nun HollaBear, nicht HollaBear Regular. Ich habe das nicht überschrieben.Manuelle Reparatur in FlutterFlow:1.Öffne Theme Settings → Typography → Custom Fonts.2.Öffne den vorhandenen Font HollaBear und lade die originale TTF-Datei erneut als Gewicht Regular / 400 hoch bzw. ersetze die bestehende Datei.3.Belasse den Familiennamen bei HollaBear, damit die bestehenden Textstile unverändert bleiben.4.Speichern und den Code erneut exportieren.flutter pub get lief beim Export-Refresh erfolgreich. flutter test und flutter build web --release wurden nicht ausgeführt, da keine technische Reparatur erfolgt ist.
Environment
Additional Information
No response