Anyone know why when Flutter throws an exception only one line is shown? At the moment I'm running my app using BLoC, and the only code generator that we use is JsonSerializer
Asked
Active
Viewed 158 times
0
-
I think you might be looking for the stack trace? See here https://stackoverflow.com/a/13964402 if so – Pjotr Gainullin Nov 27 '20 at 23:23
-
You're right - the entire stack trace is not printing. The problem is that I don't use completer anywhere to be seen. Do you know where it might be the case? – dor Nov 28 '20 at 16:13