i have flutter web project with firebase services (auth, firestore, storage and functions), and it works perfectly when I brows with pc. but when I brows with phone I can't read tables and some widgets how getting data from firestore, and shows this error
TypeError: Instance of 'minified:oO': type 'minified:oO' is not a subtype of type 'minified:jT'
but if I rotate my phone vertically it's working good.
in general the problem start with screen width<600 in web,(its works with android apk without problem).