Closed provokateurin closed 5 years ago
This is below the level of FDE; please re-file this in Flutter issue tracker (and reference this issue for cross-linking)
"avgCollectionPeriodMillis":0,000000
It looks suspiciously like the JSON encoder used a locale settings for stringification of the float (which would presumably be a bug). When you re-file, please include whether you have an OS-level setting to use ,
as the decimal separator on your machine.
Yes you were right. The json parser was the problem. flutter/flutter#31737 Maybe this issue has to go deeper into the dart repo.
Describe the bug I updated this project and the example app stopped working in debug mode. The app starts fine, but the logger/debugger stops. I'm getting this error:
(Sometimes the stack trace is missing)
Development Environment (please complete the following information):
Doctor Output For build issues, please provide the output of
flutter doctor -v
: