FlutterFlow / flutterflow-issues

A community issue tracker for FlutterFlow.
118 stars 19 forks source link

"UI Rendering Issue" or "UI Layout Issue" in test mode #3909

Open cesarcostar opened 17 hours ago

cesarcostar commented 17 hours ago

Can we access your project?

Current Behavior

I'm working with FlutterFlow models, and the UI elements are not displaying correctly during test mode. Some widgets and text appear to be missing or are not rendered as designed.

Expected Behavior

All UI elements from the FlutterFlow models should display as designed in the editor, with all text, buttons, and icons appearing in their correct positions and layout. Captura de tela 2024-09-26 102946 Captura de tela 2024-09-26 103130

Steps to Reproduce

test mode

Reproducible from Blank

Bug Report Code (Required)

ITFflcn15ZVgoctH176IKcBWpCIWQmUcTLkvjuphcz8YGIztBJh/PMjOQFJpXczgY1NhHFmb/WAC0PTLiM7pF/U7AymZY75xzLhcSjuWRXq8RpDQPpOSY2pAFplnIWK4y8GFvBZCFNRvLF4O2F+PfOmvXgjsN5O/Zwh9f6PHaOI=

Visual documentation

Captura de tela 2024-09-26 103130 Captura de tela 2024-09-26 102946

Environment

FlutterFlow version: v5.0.0+ (released September 24, 2024)
Platform: Production
Browser name and version: Chrome 129.0.6668.71 (64-bit)
Operating system and version affected: Windows 10 Home Single Language, Version 22H2, Build 19045.4894

Additional Information

No response

Alezanello commented 17 hours ago

Hello!

This issue typically occurs when your app has multiple languages, but not all content has been translated yet. You might also notice this behavior inside the project if your computer's language settings differ from the default language of your app.

For example, in your project where both English and Portuguese are available: if you've built everything in English but your computer is set to Portuguese, when you open Test Mode, it will default to Portuguese. Since the content hasn't been translated, it may appear blank until you add the translations in Settings -> Languages.


How to check it in your project without going to test:

languages.gif
cesarcostar commented 17 hours ago

10x mate :)