-
Notifications
You must be signed in to change notification settings - Fork 30.1k
Closed
Labels
r: invalidIssue is closed as not validIssue is closed as not valid
Description
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: () {}),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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
r: invalidIssue is closed as not validIssue is closed as not valid

