Flutter - only few details in error messages

167 views Asked by At

recently, I only get very undetailed error messages while developing with flutter. Here is an example:

════════ Exception caught by widgets library ═══════════════════════════════════════════════════════
Bad state: field does not exist within the DocumentSnapshotPlatform
════════════════════════════════════════════════════════════════════════════════════════════════════

This is quiet annoying, as there is not even a line numer I can look at. Would be great if somebody could help me, thank you in advance!

1

There are 1 answers

0
jeugene On

It might be pointing to a variable field, or say an image or text file that you have deleted, but still accessing. Remove the code that points to the same, and the error could be resolved