I have a GridView (also tested with ListView) bound to a Backend Query (Collection: manufacturers, Query Type: List of Documents). The query returns data correctly — confirmed 2 documents exist in Firestore via the Firestore Data Manager (Toyota, Opel), with fields including nameAr, logoUrl, manufacturerId.
However, no items render in Run/Test mode — the screen stays completely empty (only the AppBar/Page Title shows). This happens consistently even after deleting and recreating the widget from scratch.
I checked the browser console and found this error during Run mode:
Uncaught TypeError: J.c1(...).al is not a function
main.dart.js:194
Firestore Rules are deployed and set to allow read: true for the manufacturers collection.