Skip to content

Display of runtime types differs between web and VM apps #2086

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
elliette opened this issue Apr 10, 2023 · 0 comments · Fixed by #2103
Closed

Display of runtime types differs between web and VM apps #2086

elliette opened this issue Apr 10, 2023 · 0 comments · Fixed by #2103

Comments

@elliette
Copy link
Contributor

Creating a more general issue than #2065

package:dwds currently doesn't handle Dart runtime types. See for example the difference in runtime type for a List<int> for web vs for macos:

final myList = [1, 2, 3];
> myList.runtimeType

web:

Screenshot 2023-04-10 at 3 29 43 PM

macos

Screenshot 2023-04-10 at 3 25 01 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant