Skip to content

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

Closed
@elliette

Description

@elliette

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions