简体   繁体   中英

Flutter - only few details in error messages

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!

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM