-
Notifications
You must be signed in to change notification settings - Fork 300
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
Icon previews in hovers are broken for icons that start with numbers #3843
Comments
Thanks, glad you like it!
Thanks for the offer, although this turned out to be a little fiddly. There are actually two issues:
|
|
This won't work for a small set of icons which use a different for of rewrites (e.g. try_sms_star). I recommend using https://github.com/flutter/flutter/blob/504e66920005937b6ffbc3ccd6b59d594b0e98c4/dev/tools/update_icons.dart#L500, which handles both cases |
Missed this before - I've opened #3913 about that. I can copy the exceptions from there, although they'll need to be maintained. I wonder if there's a better way that won't need so much maintenance (or if we could at least push some of this logic to https://github.com/flutter/tools_metadata. |
Describe the bug
I was working with icons and found that:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The icons must be previewed while hovering, near the line numbers.
Screenshots
Versions (please complete the following information):
Version: 1.65.0-insider (user setup)
Commit: 3112460dc48ce7e557ea9feeaae04b912164b48b
Date: 2022-02-24T05:15:20.989Z
Electron: 16.0.9
Chromium: 96.0.4664.174
Node.js: 16.9.1
V8: 9.6.180.23-electron.0
OS: Windows_NT x64 10.0.19042
Dart v3.35.20220222 Pre-Release
Flutter v3.35.20220201 Pre-Release
I am happy to contribute.
Please let me know if any further information is required.
Thanks for this wonderful plugin !!
The text was updated successfully, but these errors were encountered: