Skip to content

[CupertinoIcon] CupertinoIcons.location icon preview incorrect in vscode. #104973

@ShimronAlakkal

Description

@ShimronAlakkal

Expected results:
Expected to get the locations icon as the leading widget in a list tile.

Actual results:
Got a widget that resembles a compass instead of a location pin.

Code

  Icon(
      CupertinoIcons.location,
      color: ColorPalette().secondaryTextColor, // my custom color palette),
      onTap: () {}),

Expected Output
Screenshot 2022-05-30 at 8 16 39 PM

Received Output
Screenshot_1653921962

Flutter doctor output

Flutter 3.1.0-0.0.pre.1009 • channel master • https://github.com/flutter/flutter.git
Framework • revision 71a9ccbf2c (24 minutes ago) • 2022-05-30 16:13:10 +0300
Engine • revision 05efd25f05
Tools • Dart 2.18.0 (build 2.18.0-151.0.dev) • DevTools 2.13.1

Running flutter doctor...
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel master, 3.1.0-0.0.pre.1009, on macOS 12.3.1 21E258 darwin-arm, locale en-IN)
[✓] Android toolchain - develop for Android devices (Android SDK version 32.1.0-rc1)
[✓] Xcode - develop for iOS and macOS (Xcode 13.4)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2021.1)
[✓] VS Code (version 1.67.2)
[✓] Connected device (3 available)
[✓] HTTP Host Availability

Metadata

Metadata

Assignees

No one assigned

    Labels

    r: invalidIssue is closed as not valid

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions