You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 27, 2022. It is now read-only.
appear as errors in the Dart editor are underlined in red. However, it seems to work fine when ran. These apparent errors are an annoyance for the programmer.
Would there be at least a workaround not to see these errors and have serialization.dart be compatible with the Dart editor?
Alternatively, is there a bug report in Dart editor to make this happen?
I am not a dart expert and I may be wrong, but it seems like the lines such as
appear as errors in the Dart editor are underlined in red. However, it seems to work fine when ran. These apparent errors are an annoyance for the programmer.
Would there be at least a workaround not to see these errors and have serialization.dart be compatible with the Dart editor?
Alternatively, is there a bug report in Dart editor to make this happen?
Thanks.